diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-13 21:41:59 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-13 21:41:59 +0000 |
commit | f4d4a5e61a464944482c11daeeb379808445483c (patch) | |
tree | 2a72a4dc6f3835e4606cddc3a44dfd23c9441e25 /npc/quests/cooking_quest.txt | |
parent | c9eb43e985ff7f70ad1e78c46a7a65f3cb2155d9 (diff) | |
download | hercules-f4d4a5e61a464944482c11daeeb379808445483c.tar.gz hercules-f4d4a5e61a464944482c11daeeb379808445483c.tar.bz2 hercules-f4d4a5e61a464944482c11daeeb379808445483c.tar.xz hercules-f4d4a5e61a464944482c11daeeb379808445483c.zip |
* Corrected a "donpcevent" missing a ":" in Cooking Quest. (bugreport:962)
* Corrected a Typo error in quest_prontera.txt. (bugreport:950)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12202 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/cooking_quest.txt')
-rw-r--r-- | npc/quests/cooking_quest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/cooking_quest.txt b/npc/quests/cooking_quest.txt index 931ef01d4..21854e27b 100644 --- a/npc/quests/cooking_quest.txt +++ b/npc/quests/cooking_quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Reddozen; L0ne_W0lf //===== Current Version: ===================================== -//= 1.6 +//= 1.6b //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -23,6 +23,7 @@ //= - Not sure what the EnableItemMove is for, as there is no //= command to disable being able to move items. //= 1.6a Corrected a bad cutin, a Typo error ";;" and a bad delitem (bugreport:911) [Samuray22] +//= 1.6b Corrected a "donpcevent" missing a ":". (bugreport:962) [Samuray22] //============================================================ prt_castle,43,30,3 script Charles Orleans#cook 878,{ @@ -150,7 +151,7 @@ prt_castle,43,30,3 script Charles Orleans#cook 878,{ break; case 2: cutin "nyuang_1",2; - donpcevent "Child with Cat#cook:OnWhat"; + donpcevent "Child with Cat#cook::OnWhat"; mes "[Child with Cat]"; mes "...Nya?"; mes "...Meow?"; |