mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[8363] Implement spell 52610.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
acc922a11a
commit
fdfc235faa
3 changed files with 27 additions and 9 deletions
|
|
@ -1414,6 +1414,10 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
|
|||
// Survival Instincts and Survival Instincts
|
||||
if( spellInfo_1->Id == 61336 && spellInfo_2->Id == 50322 || spellInfo_2->Id == 61336 && spellInfo_1->Id == 50322 )
|
||||
return false;
|
||||
|
||||
// Savage Roar and Savage Roar (triggered)
|
||||
if (spellInfo_1->SpellIconID == 2865 && spellInfo_2->SpellIconID == 2865)
|
||||
return false;
|
||||
}
|
||||
|
||||
// Leader of the Pack and Scroll of Stamina (multi-family check)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue