Fixed build

This commit is contained in:
Ovahlord
2020-05-09 01:34:55 +02:00
parent 7ab91c9b3e
commit e5c98e258c

View File

@@ -1582,6 +1582,8 @@ class spell_mage_offensive_state_dnd : public AuraScript
// Don't proc Arcane Missiles from triggered Missiles
if (eventInfo.GetSpellInfo()->Id == SPELL_MAGE_ARCANE_MISSILES_DAMAGE)
return false;
return true;
}
void Register() override