aboutsummaryrefslogtreecommitdiff
path: root/src/game/Totem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Totem.h')
-rw-r--r--src/game/Totem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Totem.h b/src/game/Totem.h
index 1234f3549f8..cf7d078e30b 100644
--- a/src/game/Totem.h
+++ b/src/game/Totem.h
@@ -37,7 +37,7 @@ class Totem : public Minion
public:
explicit Totem(SummonPropertiesEntry const *properties, Unit *owner);
virtual ~Totem(){};
- void Update( uint32 time );
+ void Update(uint32 time);
void InitStats(uint32 duration);
void InitSummon();
void UnSummon();
@@ -51,7 +51,7 @@ class Totem : public Minion
void UpdateArmor() {}
void UpdateMaxHealth() {}
void UpdateMaxPower(Powers /*power*/) {}
- void UpdateAttackPowerAndDamage(bool /*ranged*/ ) {}
+ void UpdateAttackPowerAndDamage(bool /*ranged*/) {}
void UpdateDamagePhysical(WeaponAttackType /*attType*/) {}
bool IsImmunedToSpellEffect(SpellEntry const* spellInfo, uint32 index) const;