diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-25 19:29:46 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-25 19:29:46 +0000 |
commit | fad78e769da753637b72f60a6a3f56eee624170d (patch) | |
tree | 8dd376bd7ddec5bf286aa20ed05a049244a31111 /npc | |
parent | 9368a550c3dfd0595ba62e06fa5a8764b737114a (diff) | |
download | hercules-fad78e769da753637b72f60a6a3f56eee624170d.tar.gz hercules-fad78e769da753637b72f60a6a3f56eee624170d.tar.bz2 hercules-fad78e769da753637b72f60a6a3f56eee624170d.tar.xz hercules-fad78e769da753637b72f60a6a3f56eee624170d.zip |
* Fixed a small bug in a Comodo NPC. (close -> close2)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11296 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/cities/comodo.txt | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 3122520c2..dfc37f927 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/09/25 + * Rev. 11296 Fixed a small bug in a Comodo NPC. (close -> close2) [L0ne_W0lf] 2007/09/24 * Fixed a bug in the sign quest [Playtester] - needs further fixing, I'll leave that to SinSloth diff --git a/npc/cities/comodo.txt b/npc/cities/comodo.txt index c8cad6c9f..1e2af04d4 100644 --- a/npc/cities/comodo.txt +++ b/npc/cities/comodo.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= eAthena dev team //===== Current Version: ===================================== -//= 1.7 +//= 1.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -19,6 +19,7 @@ //= 1.5 Removed Duplicates [Silent] //= 1.6 Split doomed sword quest to quests/quests_comodo.txt [Evera] //= 1.7 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] +//= 1.8 Fixed a small bug. (close -> close2) [L0ne_W0lf] //============================================================ // Inside Comodo @@ -438,7 +439,7 @@ moc_fild12,35,303,4 script Serutero#cmd 59,{ mes "to go to Sandaruman"; mes "Fortress. Alright then,"; mes "good luck, and be careful!"; - close; + close2; warp "cmd_fild08",331,319; end; case 2: |