diff --git a/EndlessClient/Rendering/NPC/NPCAnimator.cs b/EndlessClient/Rendering/NPC/NPCAnimator.cs index 240cab22..e1115a58 100644 --- a/EndlessClient/Rendering/NPC/NPCAnimator.cs +++ b/EndlessClient/Rendering/NPC/NPCAnimator.cs @@ -12,7 +12,7 @@ namespace EndlessClient.Rendering.NPC { public class NPCAnimator : GameComponent, INPCAnimator { - private const int TICKS_PER_ACTION_FRAME = 7; // 7 x10ms ticks per action frame + private const int TICKS_PER_ACTION_FRAME = 8; // 8 x10ms ticks per action frame private readonly List _npcStartWalkingTimes; private readonly List _npcStartAttackingTimes;