From b5bb998d5622dd9a2fe524ad07681e8deaf201f5 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 13 Jan 2008 09:36:52 +0000 Subject: added fix missing from r12065 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12067 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/inn.txt | 2 +- npc/quests/gunslinger_quests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/merchants/inn.txt b/npc/merchants/inn.txt index bee47d555..5b96481c5 100644 --- a/npc/merchants/inn.txt +++ b/npc/merchants/inn.txt @@ -139,7 +139,7 @@ ve_in,157,219,5 script Inn Master#Receptionist 709,{ mes "[Inn Master]"; if(Zeny < 5000){ mes "I'm sorry, but you don't have enough money to check in."; - mes "THe service charge is 5,000 zeny."; + mes "The service charge is 5,000 zeny."; close; } mes "Enjoy your stay~"; diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt index f1246da96..957f3b737 100644 --- a/npc/quests/gunslinger_quests.txt +++ b/npc/quests/gunslinger_quests.txt @@ -900,7 +900,7 @@ SubDestroyer_: mes "You've got the perfect materials and Zeny~"; mes "Here's the Slotted Destroyer I made ahead of time for you."; mes "Use it well."; - delitem 1811,1; + delitem 1812,1; delitem 984,5; getitem 13161,1; next; -- cgit v1.2.3-60-g2f50