From 2227a6229f3847cd8065cb6d3886a1fe881579e4 Mon Sep 17 00:00:00 2001 From: MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> Date: Sun, 14 Apr 2024 15:04:04 -0400 Subject: Fix Glacite Walker Lore (#1162) * Changed reference to Ice Walker in Drops Viewer * Actually fixed it this time --- items/ICE_WALKER_MONSTER.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items') diff --git a/items/ICE_WALKER_MONSTER.json b/items/ICE_WALKER_MONSTER.json index 60f4fa3f..2049887b 100644 --- a/items/ICE_WALKER_MONSTER.json +++ b/items/ICE_WALKER_MONSTER.json @@ -23,7 +23,7 @@ { "level": 45, "combat_xp": 40, - "name": "§cIce Walker", + "name": "§cGlacite Walker", "render": "@neurepo:mobs/ice_walker.json", "panorama": "mining_3", "type": "drops", @@ -51,4 +51,4 @@ ] } ] -} \ No newline at end of file +} -- cgit