diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-01 23:01:54 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-01 23:01:54 +0000 |
commit | f1c4780376953eae3c5e38b7615c06e07b178431 (patch) | |
tree | f174d175dbf283294387ae724a01ccb8e3756427 /npc/quests | |
parent | ebab0958bab3daf5834d5805ef3425a11fffc3bb (diff) | |
download | hercules-f1c4780376953eae3c5e38b7615c06e07b178431.tar.gz hercules-f1c4780376953eae3c5e38b7615c06e07b178431.tar.bz2 hercules-f1c4780376953eae3c5e38b7615c06e07b178431.tar.xz hercules-f1c4780376953eae3c5e38b7615c06e07b178431.zip |
* Implemented the Manuk and Splendide item status effects, thanks to Epoque.
* Implemented Manuk and Splendide consumable items.
* Added Splendide and Manuk merchants.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14327 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_13_2.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_13_2.txt b/npc/quests/quests_13_2.txt index 314fb7f5d..dfdbd9984 100644 --- a/npc/quests/quests_13_2.txt +++ b/npc/quests/quests_13_2.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.7a +//= 1.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -28,6 +28,7 @@ //= 1.6 Added the Yggdrasil Dungeon floor 2 puzzle. //= 1.7 Added daily quest 'Dragon Egg collection.' //= 1.7a Fixed a translation typo. Tabb -> Taab. +//= 1.8 Added a missing " in the GM only NPC. //============================================================ // Cat Hand Addition. @@ -6801,7 +6802,7 @@ mid_camp,7,3,0 script Translator Preparation#1 708,{ next; mes "[EP 13 Translator Quest Preparation]"; mes "Current report quest's item is "+ ep13_1_edq +" "; - mes "Start Quest?; + mes "Start Quest?"; next; switch(select("Yes:No")) { case 1: |