summaryrefslogtreecommitdiff
path: root/npc/other/turbotrack/Expert_8.txt
diff options
context:
space:
mode:
authorakrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-12 09:50:54 +0000
committerakrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-12 09:50:54 +0000
commit0d4539c174f5497dc23cbdfa8b28a4053f32a7ca (patch)
treea065f95c03c7bc923d157b3ae7238d52ad868135 /npc/other/turbotrack/Expert_8.txt
parent1735c6d8c5cd43398235bcc284a2ab52d1a6b83b (diff)
downloadhercules-0d4539c174f5497dc23cbdfa8b28a4053f32a7ca.tar.gz
hercules-0d4539c174f5497dc23cbdfa8b28a4053f32a7ca.tar.bz2
hercules-0d4539c174f5497dc23cbdfa8b28a4053f32a7ca.tar.xz
hercules-0d4539c174f5497dc23cbdfa8b28a4053f32a7ca.zip
Fixed several mistakes in Turbo Track scripts (bugreport:2829)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13580 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/turbotrack/Expert_8.txt')
-rw-r--r--npc/other/turbotrack/Expert_8.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/other/turbotrack/Expert_8.txt b/npc/other/turbotrack/Expert_8.txt
index 8bfef4bbb..74d59112f 100644
--- a/npc/other/turbotrack/Expert_8.txt
+++ b/npc/other/turbotrack/Expert_8.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -12,9 +12,12 @@
//===== Additional Comments: =================================
//= 1.0 First version. [L0ne_W0lf]
//= 1.1 Fixed small official bug. [L0ne_W0lf]
+//= 1.2 Fixed a little mistake [akrus]
//============================================================
turbo_room,117,135,3 script Expert mode - 8 person 124,{
+ end;
+
OnInit:
waitingroom "Expert mode - 8 person",60,"Expert mode - 8 person::OnStartArena",8;
//SetFeeZeny 1000
@@ -1402,4 +1405,4 @@ OnTouch:
else if (.@bing1 == 6)
warp "turbo_e_8",220,195;
end;
-} \ No newline at end of file
+}