diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-23 20:37:31 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-23 20:37:31 +0000 |
commit | 1d38f984c1d1eb3f04e457e986a289d49793555b (patch) | |
tree | 94bea71e0c5403dfabf8c18dd36cedb83e971e9f /npc/other/turbotrack/Turbo_Track.txt | |
parent | a7ed62ae98bf0473120fef18fabaa8794e8d4fd7 (diff) | |
download | hercules-1d38f984c1d1eb3f04e457e986a289d49793555b.tar.gz hercules-1d38f984c1d1eb3f04e457e986a289d49793555b.tar.bz2 hercules-1d38f984c1d1eb3f04e457e986a289d49793555b.tar.xz hercules-1d38f984c1d1eb3f04e457e986a289d49793555b.zip |
Small fix for the turbo track point converter. Even though, without the arena, the converter serves no purpose. XD
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11562 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/turbotrack/Turbo_Track.txt')
-rw-r--r-- | npc/other/turbotrack/Turbo_Track.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/other/turbotrack/Turbo_Track.txt b/npc/other/turbotrack/Turbo_Track.txt index 5d952d86e..26ea8f910 100644 --- a/npc/other/turbotrack/Turbo_Track.txt +++ b/npc/other/turbotrack/Turbo_Track.txt @@ -13,6 +13,7 @@ //= 1.0 First version. [L0ne_W0lf] //= 1.1 Fixed exp rewarding working backwards.[L0ne_W0lf] //= Fixed a bug in the while loop in the guide. +//= 1.2 Fix to prevent point converter from hanging. [L0ne_W0lf] //============================================================ turbo_room,130,92,3 script Kafra Staff#tt 115,{ @@ -1057,6 +1058,11 @@ turbo_room,106,117,3 script Point Manager 833,{ mes "your request."; close; } + case 3: + // There is no dialog for this option. + // It's possible it's missing, or maybe + // the dialog was never translated. XD + close; } } |