From e4bf94fbb675667912ef83a08835d555137645b9 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 23 Mar 2009 22:36:14 -0600 Subject: *Fix a bug that antimagic zone freeze server and client. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index c9f804bdc18..10efa9a3aec 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2412,6 +2412,9 @@ void SpellMgr::LoadSpellCustomAttr() break; } } + + SummonPropertiesEntry *properties = const_cast(sSummonPropertiesStore.LookupEntry(121)); + properties->Type = SUMMON_TYPE_TOTEM; } void SpellMgr::LoadSpellLinked() -- cgit v1.2.3