Continue replacement of WowVer checks

This commit is contained in:
Parnic
2022-09-18 21:49:53 -05:00
parent 955fa6efdc
commit 0af47119e3
3 changed files with 8 additions and 9 deletions

View File

@ -286,7 +286,7 @@ function GlobalCoolDown.prototype:GetSpellId()
MONK=100780, -- jab
}
if IceHUD.UseFallbackPaladinGCDSpell then
if not GetSpellInfo(defaultSpells["PALADIN"]) then
defaultSpells["PALADIN"] = 635
end