[c12618] Implement some spells used in Sunwell Plateau

This commit is contained in:
Xfurry 2013-05-31 12:16:32 +01:00 committed by Antz
parent e0290b165a
commit c28e14589f
4 changed files with 41 additions and 1 deletions

View file

@ -2148,6 +2148,11 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
(spellInfo_2->Id == 39908 && spellInfo_1->Id == 40017))
return false;
// Encapsulate and Encapsulate (channeled)
if ((spellInfo_1->Id == 45665 && spellInfo_2->Id == 45661) ||
(spellInfo_2->Id == 45665 && spellInfo_1->Id == 45661))
return false;
break;
}
case SPELLFAMILY_MAGE: