New error with TWW 11.0.2
Gaviin1242 opened this issue · 12 comments
Not sure why Bliz feels the need to change API stuff between minor patches, but here we are.
28x TidyPlatesWidgets/TankTrack.lua:77: attempt to call global 'UnitBuff' (a nil value)
[string "@TidyPlatesWidgets/TankTrack.lua"]:77: in function <TidyPlatesWidgets/TankTrack.lua:62>
[string "@TidyPlatesWidgets/TankTrack.lua"]:151: in function <TidyPlatesWidgets/TankTrack.lua:141>
Locals:
spellID = nil
name = nil
_ = nil
playerTankAura = false
specializationIndex = 1
(for index) = 1
(for limit) = 40
(for step) = 1
i = 1
(*temporary) = nil
(*temporary) = "player"
(*temporary) = 1
(*temporary) = "attempt to call global 'UnitBuff' (a nil value)"
playerTankRole = false
TankAuras =
5487 = true
115069 = true
25780 = true
48263 = true
}
This is actually a fairly old deprecation that just got removed this patch!
https://warcraft.wiki.gg/wiki/Patch_11.0.2/API_changes#Deprecated_API
Hi, I created pull request #111 which fixes the errors in 11.0.2.
You can use my branch if you want to use it now: https://github.com/httpsx/tidyplates/tree/TWW_Beta_11.0.2
Hi, I created pull request #111 which fixes the errors in 11.0.2. You can use my branch if you want to use it now: https://github.com/httpsx/tidyplates/tree/TWW_Beta_11.0.2
My friend how can i implement your fix? I'm kind of new at addons
Hi,
With the link above it works again.
On the other hand, I no longer have the remaining timers to know when to refresh my spell points.
Thanks !