mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
[c12624] Implement spell 57578
This commit is contained in:
parent
7e9d6dc954
commit
a498dcaebd
4 changed files with 15 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue