mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
*Fix crash.
*Fix Guard Dog and Improved Cower -by pasdVn. *Fix aura SPELL_AURA_OBS_MOD_ENERGY -by pasdVn. --HG-- branch : trunk
This commit is contained in:
@@ -1321,6 +1321,9 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2, bool
|
||||
// generic spells
|
||||
if(!spellInfo_1->SpellFamilyName)
|
||||
{
|
||||
// hack for Incanter's Absorption
|
||||
if (spellInfo_1->Id==44413 && spellInfo_2->Id==44413)
|
||||
return false;
|
||||
if(!spellInfo_1->SpellIconID
|
||||
|| spellInfo_1->SpellIconID == 1
|
||||
|| spellInfo_1->SpellIconID != spellInfo_2->SpellIconID)
|
||||
|
||||
Reference in New Issue
Block a user