[c12598] Implement spells 19869 and 20037

This commit is contained in:
Xfurry 2013-05-31 11:07:19 +01:00 committed by Antz
parent 18ceb2392c
commit 4f86b168c0
3 changed files with 22 additions and 1 deletions

View file

@ -2133,6 +2133,11 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
(spellInfo_2->Id == 53037 && spellInfo_1->Id == 53035))
return false;
// Possess visual and Possess
if ((spellInfo_1->Id == 23014 && spellInfo_2->Id == 19832) ||
(spellInfo_2->Id == 23014 && spellInfo_1->Id == 19832))
return false;
break;
}
case SPELLFAMILY_MAGE: