diff options
Diffstat (limited to 'src/game/Totem.h')
| -rw-r--r-- | src/game/Totem.h | 1 |
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; |
