[c12624] Implement spell 57578

This commit is contained in:
Xfurry 2013-05-31 12:27:33 +01:00 committed by Antz
parent 7e9d6dc954
commit a498dcaebd
4 changed files with 15 additions and 1 deletions

View file

@ -2170,6 +2170,11 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
(spellInfo_2->Id == 57494 && spellInfo_1->Id == 57492))
return false;
// Cyclone Aura 2 and Cyclone Aura
if ((spellInfo_1->Id == 57598 && spellInfo_2->Id == 57560) ||
(spellInfo_2->Id == 57598 && spellInfo_1->Id == 57560))
return false;
break;
}
case SPELLFAMILY_MAGE: