mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
[c12570] Add stacking exception for spells 50442 and 47941
This commit is contained in:
parent
f45fe7c725
commit
c9aa7b5d3a
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue