Prechádzať zdrojové kódy

Fixed one missing 'On' in prtg_managers.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9708 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage 18 rokov pred
rodič
commit
5e13f9d6a7
2 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 2 0
      npc/Changelog.txt
  2. 1 1
      npc/guild/prtg/prtg_managers.txt

+ 2 - 0
npc/Changelog.txt

@@ -26,6 +26,8 @@ KarLaeda
 
 Date		Added
 ======
+2007/01/24
+	* Fixed one missing 'On' in prtg_managers.txt [ultramage]
 2007/01/21
 	* Synchronization of the trunk&stable npc directories [ultramage]
 	- fixed one sign quest OnMonsterDead bug (copy from stable)

+ 1 - 1
npc/guild/prtg/prtg_managers.txt

@@ -36,7 +36,7 @@ prtg_cas01.gat,112,181,0	script	Abrai	55,{
 prtg_cas02.gat,94,61,0	script	Rhay	55,{
 	if(callfunc("F_GldManager","Rhay","prtg_cas02",201,229,"Pt02") == 0) close;
 
-	if(@GDnum==10) guardian "prtg_cas02.gat",75,71,"Soldier Guardian",1287,1,"Guardian_Pt02::GuardianDied",0; 
+	if(@GDnum==10) guardian "prtg_cas02.gat",75,71,"Soldier Guardian",1287,1,"Guardian_Pt02::OnGuardianDied",0; 
 	if(@GDnum==11) guardian "prtg_cas02.gat",56,31,"Soldier Guardian",1287,1,"Guardian_Pt02::OnGuardianDied",1; 
 	if(@GDnum==12) guardian "prtg_cas02.gat",42,223,"Soldier Guardian",1287,1,"Guardian_Pt02::OnGuardianDied",2;
 	if(@GDnum==13) guardian "prtg_cas02.gat",44,195,"Archer Guardian",1285,1,"Guardian_Pt02::OnGuardianDied",3;