diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-05 17:54:03 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-05 17:54:03 +0000 |
commit | 8508ca74ad6deea3f27cf14c2158a07059b4eb75 (patch) | |
tree | cb9589b37df7c5dad78597c507f16effa53ddcd4 /npc/quests/quests_rachel.txt | |
parent | dbc9cb6c9faff4c0c82b8e236ee6c8db99cb3e06 (diff) | |
download | hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.gz hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.bz2 hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.xz hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.zip |
* Corrected a bad duplicate name in Kafra Bank (Custom). (bugeport:921)
* Corrected a lot of ";;" Typo errors.
-Some of this are in the bugreport:919
* Corrected a Cutin Problem in Cooking Quest and a Delitem. (bugreport:911)
* Corrected some typo error with "rouge". (bugreport:909)
* Moved Custom Event folder to Custom Folder.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12177 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_rachel.txt')
-rw-r--r-- | npc/quests/quests_rachel.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_rachel.txt b/npc/quests/quests_rachel.txt index d286e7cff..7843e975e 100644 --- a/npc/quests/quests_rachel.txt +++ b/npc/quests/quests_rachel.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.2 +//= 2.2a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -46,6 +46,7 @@ //= 2.0 Fixed experience gains to match upcoming rate adjustments. [SinSloth] //= 2.1 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //= 2.2 Maheo NPC now uses "setnpcdisplay" instead of two NPCs. [L0ne_W0lf] +//= 2.2a Corrected a Typo error ";;". [Samuray22] //============================================================ // Lost Child Quest (Prerequisite to High Priest quest) @@ -5491,7 +5492,7 @@ ra_temin,170,46,3 script Panno#rachel 920,{ next; if (select("Yes:No") == 1) goto L_Lottery; cutin "ra_fano03",2; - mes "[Priestess Panno]";; + mes "[Priestess Panno]"; mes "You can redeem your"; mes "Lottery Tickets at any"; mes "time, so please visit"; |