[c12570] Add stacking exception for spells 50442 and 47941

This commit is contained in:
Xfurry 2013-05-31 09:54:52 +01:00 committed by Antz
parent f45fe7c725
commit c9aa7b5d3a

View file

@ -2092,6 +2092,11 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
(spellInfo_2->Id == 51019 && spellInfo_1->Id == 51024))
return false;
// Crystal Spike Pre-visual and Crystal Spike aura
if ((spellInfo_1->Id == 50442 && spellInfo_2->Id == 47941) ||
(spellInfo_2->Id == 50442 && spellInfo_1->Id == 47941))
return false;
break;
}
case SPELLFAMILY_MAGE: