mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
[c12598] Implement spells 19869 and 20037
This commit is contained in:
parent
18ceb2392c
commit
4f86b168c0
3 changed files with 22 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue