diff options
Diffstat (limited to 'npc/other/turbotrack/Expert_16.txt')
-rw-r--r-- | npc/other/turbotrack/Expert_16.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/turbotrack/Expert_16.txt b/npc/other/turbotrack/Expert_16.txt index 7131edc8d..f9d78b394 100644 --- a/npc/other/turbotrack/Expert_16.txt +++ b/npc/other/turbotrack/Expert_16.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.2 Fixed a little mistake [akrus] //= 1.3 Corrected issue with top record setting. [L0ne_W0lf] //= 1.4 Updated 'waitingroom' to support required zeny/lvl. [Kisuka] +//= 1.5 Fixed variable typo [Slim] //============================================================ turbo_room,124,135,3 script Expert mode - 16 person 124,{ @@ -1470,7 +1471,7 @@ OnInit: end; OnTouch: - set bing1,rand(1,10); + set .@bing1,rand(1,10); if (.@bing1 == 1) warp "turbo_e_16",217,232; else if (.@bing1 == 2) |