aboutsummaryrefslogtreecommitdiff
path: root/src/game/Totem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Totem.cpp')
-rw-r--r--src/game/Totem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Totem.cpp b/src/game/Totem.cpp
index 0f0b8160523..6d461ef291d 100644
--- a/src/game/Totem.cpp
+++ b/src/game/Totem.cpp
@@ -33,7 +33,7 @@ Totem::Totem(SummonPropertiesEntry const *properties, Unit *owner) : Minion(prop
m_type = TOTEM_PASSIVE;
}
-void Totem::Update( uint32 time )
+void Totem::Update(uint32 time)
{
if (!m_owner->isAlive() || !isAlive())
{
@@ -49,7 +49,7 @@ void Totem::Update( uint32 time )
else
m_duration -= time;
- Creature::Update( time );
+ Creature::Update(time);
}
void Totem::InitStats(uint32 duration)