From c51cda166bdc57d8d8d05530edfe72b3fc1a7d03 Mon Sep 17 00:00:00 2001 From: QAston Date: Sat, 10 Jan 2009 12:52:42 +0100 Subject: *Try to fix bug that not every modifier is added to spell. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 91da024b111..2ebb273ed19 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1350,6 +1350,7 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2, bool if(!spellInfo_1->SpellFamilyName) { if(!spellInfo_1->SpellIconID + || spellInfo_1->SpellIconID == 1 || spellInfo_1->SpellIconID != spellInfo_2->SpellIconID) return false; } -- cgit v1.2.3