Explorar o código

Small fix for the turbo track point converter. Even though, without the arena, the converter serves no purpose. XD

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11562 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf %!s(int64=17) %!d(string=hai) anos
pai
achega
88d99f9edf
Modificáronse 2 ficheiros con 8 adicións e 0 borrados
  1. 2 0
      npc/Changelog.txt
  2. 6 0
      npc/other/turbotrack/Turbo_Track.txt

+ 2 - 0
npc/Changelog.txt

@@ -1,5 +1,7 @@
 Date		Added
 ======
+2007/10/23
+	* Rev. 11562 Small fix for the turbo track point converter. [L0ne_W0lf]
 2007/10/22
 	* Rev. 11553 Another small update to the mail npcs. [L0ne_W0lf]
 	* Rev. 11552 Forgot to uncomment mail NPCs in scripts_athena.conf XD [L0ne_W0lf]

+ 6 - 0
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;
 	}
 }