mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
[c12618] Implement some spells used in Sunwell Plateau
This commit is contained in:
parent
e0290b165a
commit
c28e14589f
4 changed files with 41 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue