From 593430577e0eb5f6e96715f5463d2764caf6dd7c Mon Sep 17 00:00:00 2001 From: og2 Date: Fri, 13 Jan 2012 01:16:04 +0000 Subject: *Fixed the "bing#n1" issue (bugreport:5050). *Fixed variables typos. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15439 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/turbotrack/Normal_16.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/other/turbotrack/Normal_16.txt') diff --git a/npc/other/turbotrack/Normal_16.txt b/npc/other/turbotrack/Normal_16.txt index a5c8d42f3..e15b6347f 100644 --- a/npc/other/turbotrack/Normal_16.txt +++ b/npc/other/turbotrack/Normal_16.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,91,135,3 script Normal mode - 16 person 124,{ @@ -1472,7 +1473,7 @@ OnInit: end; OnTouch: - set bing1,rand(1,10); + set .@bing1,rand(1,10); if (.@bing1 == 1) warp "turbo_n_16",217,232; else if (.@bing1 == 2) -- cgit v1.2.3-70-g09d2