This commit is contained in:
Bunny67
2020-06-16 18:56:15 +03:00
parent 802fdd9400
commit 96fe4a0e96
+1 -1
View File
@@ -1982,7 +1982,7 @@ do
WeakAuras.CheckSpellKnown();
WeakAuras.CheckCooldownReady();
elseif(event == "UNIT_SPELLCAST_SENT") then
local unit, guid, castGUID, name = ...;
local unit, name = ...;
if(unit == "player") then
name = GetSpellInfo(name);
if(gcdSpellName ~= name) then