diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2024-04-14 15:04:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 19:04:04 +0000 |
commit | 2227a6229f3847cd8065cb6d3886a1fe881579e4 (patch) | |
tree | 1227e380d637fbb32c5b56c5550e3fb4486814ac | |
parent | f4ada36d02cf1e860655c6d07e42567d4b0046f6 (diff) | |
download | NotEnoughUpdates-REPO-2227a6229f3847cd8065cb6d3886a1fe881579e4.tar.gz NotEnoughUpdates-REPO-2227a6229f3847cd8065cb6d3886a1fe881579e4.tar.bz2 NotEnoughUpdates-REPO-2227a6229f3847cd8065cb6d3886a1fe881579e4.zip |
Fix Glacite Walker Lore (#1162)
* Changed reference to Ice Walker in Drops Viewer
* Actually fixed it this time
-rw-r--r-- | items/ICE_WALKER_MONSTER.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |