From 4320c1429e1940d040e5e7731b888526e1b46ebd Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 14 Apr 2023 19:42:48 -0400 Subject: [PATCH] [Cleanup] Remove _GetMovementSpeed() from mob.h (#3276) # Notes - This is unused. --- zone/mob.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/mob.h b/zone/mob.h index c3a1bedcb..872a0bad4 100644 --- a/zone/mob.h +++ b/zone/mob.h @@ -1440,7 +1440,6 @@ public: protected: void CommonDamage(Mob* other, int64 &damage, const uint16 spell_id, const EQ::skills::SkillType attack_skill, bool &avoidable, const int8 buffslot, const bool iBuffTic, eSpecialAttacks specal = eSpecialAttacks::None); static uint16 GetProcID(uint16 spell_id, uint8 effect_index); - float _GetMovementSpeed(int mod) const; int _GetWalkSpeed() const; int _GetRunSpeed() const; int _GetFearSpeed() const;