From 384f99d7a49f7b613e35e7885dc05e8b9343695f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Cournoyer-Michel?= Date: Tue, 17 Dec 2019 02:18:43 -0500 Subject: [PATCH] Add HP for level 19 and 22 Guards. --- runelite-client/src/main/resources/npc_health.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runelite-client/src/main/resources/npc_health.json b/runelite-client/src/main/resources/npc_health.json index 123f28c6a9..cd1a1637a4 100644 --- a/runelite-client/src/main/resources/npc_health.json +++ b/runelite-client/src/main/resources/npc_health.json @@ -251,8 +251,10 @@ "Skeleton heavy_132": 124, "Skeleton thug_132": 124, "Black knight_33": 42, + "Guard_19": 22, "Guard_20": 22, "Guard_21": 22, + "Guard_22": 22, "Fire wizard_13": 25, "Water wizard_13": 25, "Earth wizard_13": 25,