mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix(Scripts/Spells): Fixed T3 4P Frostfire Regalia bonus not proccing. (#12583)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user