From eeb39bb83ffd82120127619775ca0b1585dc5471 Mon Sep 17 00:00:00 2001 From: wodim Date: Fri, 10 May 2019 11:11:28 +0200 Subject: [PATCH] Better wording for NPC loot containers --- localization/locale_enus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localization/locale_enus.php b/localization/locale_enus.php index 8d64f545..6edf95f7 100644 --- a/localization/locale_enus.php +++ b/localization/locale_enus.php @@ -820,7 +820,7 @@ $lang = array( 'cat' => [0 => "Other", 9 => "Books", 3 => "Containers", -5 => "Chests", 25 => "Fishing Pools", -3 => "Herbs", -4 => "Mineral Veins", -2 => "Quest", -6 => "Tools"], 'type' => [ 9 => "Book", 3 => "Container", -5 => "Chest", 25 => "", -3 => "Herb", -4 => "Mineral Vein", -2 => "Quest", -6 => ""], 'unkPosition' => "The location of this object is unknown.", - 'npcLootPH' => 'The %s contains the loot from the fight against %s. It spawns after his death.', + 'npcLootPH' => 'The %s contains the loot from the fight against %s. It spawns after this NPC dies.', 'key' => "Key", 'focus' => "Spell Focus", 'focusDesc' => "Spells requiring this Focus can be cast near this Object",