From 9329d9d0080c97b0c5d828f81960f2caf71af949 Mon Sep 17 00:00:00 2001 From: Trident101 Date: Thu, 25 May 2023 14:47:35 +0000 Subject: [PATCH] Fixed the melee, defence and death animation of Port Sarim thief NPC --- Server/data/configs/npc_configs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 7e5b62b85..de22bd97c 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -163,14 +163,14 @@ }, { "examine": "Known for his light-fingered qualities.", - "melee_animation": "284", + "melee_animation": "422", "range_animation": "0", "attack_speed": "4", "respawn_delay": "60", - "defence_animation": "285", + "defence_animation": "0", "weakness": "9", "magic_animation": "0", - "death_animation": "287", + "death_animation": "836", "name": "Thief", "defence_level": "10", "safespot": null,