From 1a7203bc63c86fdd69f5f9b0976e62a6a18dcdca Mon Sep 17 00:00:00 2001 From: Lupus Date: Fri, 17 Mar 2006 12:28:40 +0000 Subject: alice doll fix, cooking quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5641 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/cooking_quest.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/quests/cooking_quest.txt') diff --git a/npc/quests/cooking_quest.txt b/npc/quests/cooking_quest.txt index 3716c2f52..d6ae0cec5 100644 --- a/npc/quests/cooking_quest.txt +++ b/npc/quests/cooking_quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Reddozen //===== Current Version: ===================================== -//= 1.5 +//= 1.5a //===== Compatible With: ===================================== //= eAthena 1.0+ //===== Description: ========================================= @@ -502,10 +502,10 @@ prt_castle.gat,45,35,4 script Sharle 886,{ b_4: mes "[Sharle]"; mes "You will need:"; - mes "5 Dumplings"; + mes "5 Baos"; next; - if(countitem(553) < 5) goto L_No_Items;//Items: Dumpling, - delitem 553, 5;//Items: Dumpling, + if(countitem(553) < 5) goto L_No_Items;//Items: Bao, + delitem 553, 5;//Items: Bao, set @checkout, 7475; mes "And I see you have"; mes "what you need!"; -- cgit v1.2.3-70-g09d2