You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suppose the problem is in UNIT_SPELLCAST event. Arguments of it has been changed. But 3.3.5 contain spell name instead of spell id, what is not appropriate for GameTooltip:SetSpellByID
so if self.spellID contains spell name instead spell id it won't work
line 529 in TrufiGCD.lua
GameTooltip:SetSpellByID(self.spellID, false, false, true)
This is left to backport but im unsure how to fix it.
The text was updated successfully, but these errors were encountered: