summaryrefslogtreecommitdiff
path: root/npc/other/turbotrack/Normal_4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/other/turbotrack/Normal_4.txt')
-rw-r--r--npc/other/turbotrack/Normal_4.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/other/turbotrack/Normal_4.txt b/npc/other/turbotrack/Normal_4.txt
index 4dd65eab0..0c730a3f3 100644
--- a/npc/other/turbotrack/Normal_4.txt
+++ b/npc/other/turbotrack/Normal_4.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.2
+//= 1.3
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -13,9 +13,12 @@
//= 1.0 First version. [L0ne_W0lf]
//= 1.1 Fixed small official bug. [L0ne_W0lf]
//= 1.2 Replaced effect numerics with constants. [L0ne_W0lf]
+//= 1.3 Fixed a little mistake [akrus]
//============================================================
turbo_room,77,135,3 script Normal mode - 4 person 124,{
+ end;
+
OnInit:
waitingroom "Normal mode - 4 person",60,"Normal mode - 4 person::OnStartArena",4;
//SetFeeZeny 1000
@@ -1398,4 +1401,4 @@ OnTouch:
else if (.@bing1 == 6)
warp "turbo_n_4",220,195;
end;
-} \ No newline at end of file
+}