diff options
| author | megamage <none@none> | 2009-03-23 22:36:14 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-23 22:36:14 -0600 |
| commit | e4bf94fbb675667912ef83a08835d555137645b9 (patch) | |
| tree | 9e9010c59282bf748ec2c4159b753aae37a620cc /src | |
| parent | f18a9c916d23c96c013f702aaec6b2c539ceb273 (diff) | |
*Fix a bug that antimagic zone freeze server and client.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/SpellMgr.cpp | 3 |
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() |
