Sfoglia il codice sorgente

Fixed another WoE SE Bug. (wrong target for donpcevent)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12628 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 17 anni fa
parent
commit
f9abadf9c1
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 0
      npc/Changelog.txt
  2. 2 1
      npc/guild2/schg_cas03.txt

+ 1 - 0
npc/Changelog.txt

@@ -1,6 +1,7 @@
 Date		Added
 ======
 2008/04/21
+	* Rev. 12628 Fixed another WoE SE Bug. (wrong target for donpcevent) [L0ne_W0lf]
 	* Rev. 12627 Fixes to WoE SE Juno castles 1, 2, and 3. (copy/paste issues) [L0ne_W0lf]
 	* Rev. 12624 Fixed bugreport:1390, bugreport:1394, bugreport:1396. [L0ne_W0lf]
 2008/04/15

+ 2 - 1
npc/guild2/schg_cas03.txt

@@ -13,6 +13,7 @@
 //= 1.1 Swaped an end for a close in eco investing. [L0ne_W0lf]
 //= 1.2 Fixed 3rd Control Device wasting supplies. [L0ne_W0lf]
 //=	Also fixed donpcevent calling wrong NPC.
+//= 1.2a Fixed another donpcevent calling the wrong NPC. [L0ne_W0lf]
 //============================================================
 
 schg_cas03,1,1,0	script	manager#sch03_02	111,{
@@ -538,7 +539,7 @@ OnGuardianDied:
 
 Onreset:
 	stopnpctimer;
-	killmonster "schg_cas03","#sch02_gard03::OnGuardianDied";
+	killmonster "schg_cas03","#sch03_gard03::OnGuardianDied";
 	end;
 }