aboutsummaryrefslogtreecommitdiff
path: root/src/game/TotemAI.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-31 13:58:33 -0600
committermegamage <none@none>2009-01-31 13:58:33 -0600
commitd20eaef1d6c7b8d629347b51583cbcf954ff96ed (patch)
tree0387ea5eed3569d49ffcac9553ada179fba645f0 /src/game/TotemAI.cpp
parentbe27bd230cbefc8241ab8704bef8894252403ea2 (diff)
parent1f2292af796d4b424bf45711ae8c50e764cf0d61 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/TotemAI.cpp')
-rw-r--r--src/game/TotemAI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/TotemAI.cpp b/src/game/TotemAI.cpp
index 72a43cfc97b..4d7b45eba8e 100644
--- a/src/game/TotemAI.cpp
+++ b/src/game/TotemAI.cpp
@@ -40,7 +40,7 @@ TotemAI::Permissible(const Creature *creature)
return PERMIT_BASE_NO;
}
-TotemAI::TotemAI(Creature *c) : i_totem(static_cast<Totem&>(*c)), i_victimGuid(0)
+TotemAI::TotemAI(Creature *c) : CreatureAI(c), i_totem(static_cast<Totem&>(*c)), i_victimGuid(0)
{
}