mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7660] Fixed problem with lost aura 40214 in some cases.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
a0ef77af5b
commit
cce772c08c
2 changed files with 4 additions and 1 deletions
|
|
@ -1228,6 +1228,9 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
|
|||
break;
|
||||
}
|
||||
}
|
||||
// Dragonmaw Illusion, Blood Elf Illusion, Human Illusion, Illidari Agent Illusion, Scarlet Crusade Disguise
|
||||
if(spellInfo_1->SpellIconID == 1691 && spellInfo_2->SpellIconID == 1691)
|
||||
return false;
|
||||
break;
|
||||
case SPELLFAMILY_MAGE:
|
||||
if( spellInfo_2->SpellFamilyName == SPELLFAMILY_MAGE )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue