From 28f1659e6cfaf6fbb04147f88d23f63dfce28867 Mon Sep 17 00:00:00 2001 From: euphyy Date: Fri, 10 Aug 2012 18:09:57 +0000 Subject: * Fixed a critical typo in the new guild2 scripts - why hasn't anyone reported this? D: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16620 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild2/agit_main_se.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/guild2/agit_main_se.txt') diff --git a/npc/guild2/agit_main_se.txt b/npc/guild2/agit_main_se.txt index 653a6d801..007af8f8f 100644 --- a/npc/guild2/agit_main_se.txt +++ b/npc/guild2/agit_main_se.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Euphy //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== Additional Comments: ================================= //= 0.x Previous authors: L0ne_W0lf, Zephyrus, Brian. //= 1.0 If anything breaks, blame Maki. [Euphy] +//= 1.1 Fixed an incorrect label execution. [Euphy] //============================================================ // Core, triggers all other events @@ -99,7 +100,7 @@ OnReset: for(set .@i,1; .@i<4; set .@i,.@i+1) donpcevent "Control Device0"+.@i+"#"+.@str$+"::OnDisable"; for(set .@i,0; .@i<4; set .@i,.@i+1) - donpcevent "RL"+.@i+"#"+strnpcinfo(2)+"::OnEnable"; + donpcevent "RL"+.@i+"#"+strnpcinfo(2)+"::OnDisable"; if (agitcheck2()) setarray getd("$agit_"+substr(strnpcinfo(2),0,1)+substr(strnpcinfo(2),8,9)+"[0]"),0,0,1,1,1,0; end; -- cgit v1.2.3-60-g2f50