aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-23 22:36:14 -0600
committermegamage <none@none>2009-03-23 22:36:14 -0600
commite4bf94fbb675667912ef83a08835d555137645b9 (patch)
tree9e9010c59282bf748ec2c4159b753aae37a620cc /src
parentf18a9c916d23c96c013f702aaec6b2c539ceb273 (diff)
*Fix a bug that antimagic zone freeze server and client.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellMgr.cpp3
1 files changed, 3 insertions, 0 deletions
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<SummonPropertiesEntry*>(sSummonPropertiesStore.LookupEntry(121));
+ properties->Type = SUMMON_TYPE_TOTEM;
}
void SpellMgr::LoadSpellLinked()