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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Totem.h b/src/game/Totem.h
index 4287ddc50e6..9da7b8efd8d 100644
--- a/src/game/Totem.h
+++ b/src/game/Totem.h
@@ -51,6 +51,7 @@ class Totem : public Minion
void UpdateMaxPower(Powers /*power*/) {}
void UpdateAttackPowerAndDamage(bool /*ranged*/ ) {}
void UpdateDamagePhysical(WeaponAttackType /*attType*/) {}
+ void SetDuration(int32 dur) { m_duration = dur; }
bool IsImmunedToSpellEffect(SpellEntry const* spellInfo, uint32 index) const;