diff options
Diffstat (limited to 'npc/other/turbotrack/Normal_8.txt')
-rw-r--r-- | npc/other/turbotrack/Normal_8.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/turbotrack/Normal_8.txt b/npc/other/turbotrack/Normal_8.txt index 1eddb6b43..d9204e152 100644 --- a/npc/other/turbotrack/Normal_8.txt +++ b/npc/other/turbotrack/Normal_8.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.6 +//= 1.7 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -17,6 +17,7 @@ //= 1.4 Corrected issue with top record setting. [L0ne_W0lf] //= 1.5 Fixed name being saved under expert mode. (bugreport:4433) [L0ne_W0lf] //= 1.6 Updated 'waitingroom' to support required zeny/lvl. [Kisuka] +//= 1.7 Fixed variable typo [Slim] //============================================================ turbo_room,84,135,3 script Normal mode - 8 person 124,{ @@ -1393,7 +1394,7 @@ OnInit: end; OnTouch: - set bing1,rand(1,10); + set .@bing1,rand(1,10); if (.@bing1 == 1) warp "turbo_n_8",217,232; else if (.@bing1 == 2) |