mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[9220] Implement talent 53527 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
b61f708a71
commit
a20a0a9d5c
7 changed files with 33 additions and 9 deletions
|
|
@ -1688,6 +1688,10 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
|
|||
// Seal of Corruption (caster/target parts stacking allow, other stacking checked by spell specs)
|
||||
if (spellInfo_1->SpellIconID == 2292 && spellInfo_2->SpellIconID == 2292)
|
||||
return false;
|
||||
|
||||
// Divine Sacrifice and Divine Guardian
|
||||
if (spellInfo_1->SpellIconID == 3837 && spellInfo_2->SpellIconID == 3837)
|
||||
return false;
|
||||
}
|
||||
|
||||
// Blessing of Sanctuary (multi-family check, some from 16 spell icon spells)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue