Use different GCD spell for Paladins in Classic

This commit is contained in:
Parnic
2021-08-25 21:41:50 -05:00
parent 58721f4fa6
commit 843292eda7

View File

@ -286,6 +286,10 @@ function GlobalCoolDown.prototype:GetSpellId()
MONK=100780, -- jab
}
if IceHUD.WowClassicBC or IceHUD.WowClassic then
defaultSpells["PALADIN"] = 635
end
local _, unitClass = UnitClass("player")
return defaultSpells[unitClass]
end