diff options
Diffstat (limited to 'world/map/npc/006-1')
-rw-r--r-- | world/map/npc/006-1/pachua.txt | 2 | ||||
-rw-r--r-- | world/map/npc/006-1/traveler.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/006-1/pachua.txt b/world/map/npc/006-1/pachua.txt index c9fc1210..41375411 100644 --- a/world/map/npc/006-1/pachua.txt +++ b/world/map/npc/006-1/pachua.txt @@ -141,7 +141,7 @@ L_Cowboy_black: L_leather_patch: mes "[Chief Pachua]"; mes ""; - mes "\"If you just want a piece of leather, then yes, I can make that. Bring me a snake skin and " + @LEATHER_PATCH_PRICE + " GP.\""; + mes "\"If you just want a piece of leather, then yes, I can make that. Bring me a snake skin and " + @LEATHER_PATCH_PRICE + " GP.\""; next; menu "Here you are.", L_Next, diff --git a/world/map/npc/006-1/traveler.txt b/world/map/npc/006-1/traveler.txt index f19885c3..799e31e7 100644 --- a/world/map/npc/006-1/traveler.txt +++ b/world/map/npc/006-1/traveler.txt @@ -1,4 +1,4 @@ -// This is a teleportation (warp) NPC. Its purpose is to offer expensive, fast trips throughout the world. +// This is a teleportation (warp) NPC. Its purpose is to offer expensive, fast trips throughout the world. // Author: Wombat, wushin // cost depending on level and adapted to new scripting guidelines: Jenalya |