diff options
author | megamage <none@none> | 2009-03-19 14:41:30 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-19 14:41:30 -0600 |
commit | a2392121f0a8fed9f19ddadfa2880ed6f4691381 (patch) | |
tree | 2089f3b40d4460c7a45cdb9d1429f8bd2f3ea3c3 /src/game/Totem.cpp | |
parent | 74985e84904c46f1e137bed577d0b3806b33b867 (diff) |
*Fix the bug that summon dbc is not read. Now creatures can be summoned.
*Make minipet as tempsummon instead of pet. Make totem as tempsummon.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Totem.cpp')
-rw-r--r-- | src/game/Totem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Totem.cpp b/src/game/Totem.cpp index 25e2b2b2ad2..0dc1ac41546 100644 --- a/src/game/Totem.cpp +++ b/src/game/Totem.cpp @@ -26,7 +26,7 @@ #include "ObjectMgr.h" #include "SpellMgr.h" -Totem::Totem() : Creature() +Totem::Totem() : TempSummon(0) { m_isTotem = true; m_duration = 0; |