diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-05 02:02:53 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-05 02:02:53 +0000 |
commit | 4bb10e3bb76bc657f2add443f0eb4f02a9f906ad (patch) | |
tree | ddfd825d71cfa73819c57060c17074894efdc99f /npc/quests/quests_13_2.txt | |
parent | 0e81284a51989912cdac6fa822c3f875aac455ed (diff) | |
download | hercules-4bb10e3bb76bc657f2add443f0eb4f02a9f906ad.tar.gz hercules-4bb10e3bb76bc657f2add443f0eb4f02a9f906ad.tar.bz2 hercules-4bb10e3bb76bc657f2add443f0eb4f02a9f906ad.tar.xz hercules-4bb10e3bb76bc657f2add443f0eb4f02a9f906ad.zip |
* Just a couple Bug fixes. :P
- Added a missing close in quests_13_2.txt. (bugreport:4520)
- Corrected 'IProntera' typo in quests_prontera.txt (bugreport:4522)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14448 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_13_2.txt')
-rw-r--r-- | npc/quests/quests_13_2.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/quests/quests_13_2.txt b/npc/quests/quests_13_2.txt index a3f3d8f4e..3d2e10f66 100644 --- a/npc/quests/quests_13_2.txt +++ b/npc/quests/quests_13_2.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.1 +//= 2.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -38,6 +38,7 @@ //= floor 2 puzzle. Fixed a typo. Commented out untranslated //= line. [Gepard] //= 2.1 Fixed Myterious Rock 31, and Cart Hand Agents. +//= 2.2 Added a missing close. (bugreport:4520) [L0ne_W0lf] //============================================================ // Cat Hand Addition. @@ -5018,6 +5019,7 @@ manuk,252,116,3 script Manuk Galtun#ep13_2day 450,{ mes "EW pisdn psa?"; mes "We psis?"; } + close; } // Daily Quests |