diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-10 18:09:57 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-10 18:09:57 +0000 |
commit | 28f1659e6cfaf6fbb04147f88d23f63dfce28867 (patch) | |
tree | 616150a8e6bfd09d6ee1d6eb47a0efe33dd85ccf /npc/guild2 | |
parent | 1518f177b5786e420b8799ee4acfb513e5c2e12e (diff) | |
download | hercules-28f1659e6cfaf6fbb04147f88d23f63dfce28867.tar.gz hercules-28f1659e6cfaf6fbb04147f88d23f63dfce28867.tar.bz2 hercules-28f1659e6cfaf6fbb04147f88d23f63dfce28867.tar.xz hercules-28f1659e6cfaf6fbb04147f88d23f63dfce28867.zip |
* 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
Diffstat (limited to 'npc/guild2')
-rw-r--r-- | npc/guild2/agit_main_se.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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; |