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/quests_prontera.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/quests_prontera.txt')
-rw-r--r-- | npc/quests/quests_prontera.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt index e893ee255..45d30acfb 100644 --- a/npc/quests/quests_prontera.txt +++ b/npc/quests/quests_prontera.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 2.0a +//= 2.0b //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -35,6 +35,7 @@ //= 1.9 Fixed "him" -> "her" in Ph.D hat quest. THansk to yyCC. [L0ne_W0lf] //= 2.0 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //= 2.0a Corrected a Typo error ";;". [Samuray22] +//= 2.0b Corrected a Typo error. (bugreport:950) [Samuray22] //============================================================ // Prontera Culvert @@ -2206,7 +2207,7 @@ prt_church,185,106,3 script Father Bamph 60,{ next; select("Give him the herb pouch."); if (countitem(7432) < 1) { - mes "[+strcharinfo(0)+]"; + mes "["+strcharinfo(0)+"]"; mes "Ack!"; mes "Now, where did I put"; mes "that pouch with the herbs?"; |