fix(Scripts/Spells): Fixed T3 4P Frostfire Regalia bonus not proccing. (#12583)
This commit is contained in:
parent
f13854cd5e
commit
314e6a84f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1199,7 +1199,7 @@ class spell_gen_adaptive_warding : public AuraScript
|
|||
|
||||
bool CheckProc(ProcEventInfo& eventInfo)
|
||||
{
|
||||
if (eventInfo.GetSpellInfo())
|
||||
if (!eventInfo.GetSpellInfo())
|
||||
return false;
|
||||
|
||||
// find Mage Armor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue