From 2a3ac5ffabb6ef6e495bad1ee96b85022adf289f Mon Sep 17 00:00:00 2001 From: szumaster Date: Fri, 16 Jun 2023 11:17:44 +0000 Subject: [PATCH] Corrected Shaikahan animations and examine text --- Server/data/configs/npc_configs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 2ebf4a4c9..e2dcd34e3 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -12409,15 +12409,15 @@ "attack_level": "1" }, { - "examine": "A huge beast", - "melee_animation": "313", - "range_animation": "0", + "examine": "A huge beast, resembling in some ways a lion, but mostly a twisted nightmare.", + "melee_animation": "1199", + "range_animation": "1197", "attack_speed": "5", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "1200", "weakness": "9", - "magic_animation": "0", - "death_animation": "315", + "magic_animation": "1197", + "death_animation": "1201", "name": "The Shaikahan", "defence_level": "50", "safespot": null,