summaryrefslogtreecommitdiff
path: root/npc/quests/cooking_quest.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-17 12:28:40 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-17 12:28:40 +0000
commit1a7203bc63c86fdd69f5f9b0976e62a6a18dcdca (patch)
tree20e163dd338867bde8bf80851a9747b98715b36c /npc/quests/cooking_quest.txt
parenta584d6ac7be8312d4407b138a320f7c4bce8972a (diff)
downloadhercules-1a7203bc63c86fdd69f5f9b0976e62a6a18dcdca.tar.gz
hercules-1a7203bc63c86fdd69f5f9b0976e62a6a18dcdca.tar.bz2
hercules-1a7203bc63c86fdd69f5f9b0976e62a6a18dcdca.tar.xz
hercules-1a7203bc63c86fdd69f5f9b0976e62a6a18dcdca.zip
alice doll fix, cooking quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5641 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/cooking_quest.txt')
-rw-r--r--npc/quests/cooking_quest.txt8
1 files changed, 4 insertions, 4 deletions
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!";