diff options
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 688514dcb54..98585fceaaf 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1072,7 +1072,7 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2, bool // if both elixirs are not battle/guardian/potions/flasks then always stack else if(spellInfo_1->SpellFamilyName == SPELLFAMILY_POTION) { - if(spellId_spec_1 || spellId_spec_2)) + if(spellId_spec_1 || spellId_spec_2) return false; } |