diff options
Diffstat (limited to 'npc/other/turbotrack/Normal_16.txt')
-rw-r--r-- | npc/other/turbotrack/Normal_16.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/turbotrack/Normal_16.txt b/npc/other/turbotrack/Normal_16.txt index a375e96f8..d694a1fc7 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.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.2 Replaced effect numerics with constants. [L0ne_W0lf] //= 1.3 Fixed a little mistake [akrus] //= 1.4 Corrected issue with top record setting. [L0ne_W0lf] +//= 1.5 Fixed name being saved under expert mode. (bugreport:4433) [L0ne_W0lf] //============================================================ turbo_room,91,135,3 script Normal mode - 16 person 124,{ @@ -901,7 +902,7 @@ OnInit: OnTouch: mapannounce "turbo_n_16","" + strcharinfo(0) +" has just arrived at the Finish Line! Congratulations!",bc_map,"0xFFFF00"; - set $ttnames$[6],strcharinfo(0); + set $ttnames$[3],strcharinfo(0); donpcevent "TBT_Guide#Broadcast::Onwin_n16"; if (tt_point < 28941) set tt_point,tt_point+60; |