summaryrefslogtreecommitdiff
path: root/npc/other
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-17 13:45:19 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-17 13:45:19 +0000
commit5482274a693e976209618cb50cbd32de1169d68d (patch)
treedd5301733a7f5b0f004d3fc584ec4d05d86c3236 /npc/other
parentb137f6a65a3c17282f3aabc3cd67ed3432ec6f0d (diff)
downloadhercules-5482274a693e976209618cb50cbd32de1169d68d.tar.gz
hercules-5482274a693e976209618cb50cbd32de1169d68d.tar.bz2
hercules-5482274a693e976209618cb50cbd32de1169d68d.tar.xz
hercules-5482274a693e976209618cb50cbd32de1169d68d.zip
* Fixed end timer in Turbo Track Solo mode not enabling warp. (bugreport:1682)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12846 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r--npc/other/turbotrack/Normal_Solo.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/turbotrack/Normal_Solo.txt b/npc/other/turbotrack/Normal_Solo.txt
index 208abbbcc..7f4e9355c 100644
--- a/npc/other/turbotrack/Normal_Solo.txt
+++ b/npc/other/turbotrack/Normal_Solo.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -12,6 +12,7 @@
//===== Additional Comments: =================================
//= 1.0 First version. [L0ne_W0lf]
//= 1.1 Fixed small official bug. [L0ne_W0lf]
+//= 1.2 Fixed end timer not enabling warp. (bugreport:1682) [L0ne_W0lf]
//============================================================
turbo_room,72,132,3 script Solo Mode#n1 124,{
@@ -1088,7 +1089,7 @@ OnTimer56000:
OnTimer60000:
disablenpc "Guide#TBT_n_1";
- donpcevent "cos_n_1_end::Onreset";
+ enablenpc "cos_n_1_end";
enablenpc "Notice_Maker1#TBT_n_1";
enablenpc "Notice_Maker3#TBT_n_1";
enablenpc "Notice_Maker4#TBT_n_1";