diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-14 11:26:04 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-14 11:26:04 +0000 |
commit | 800f4cae328eeba10d628093ce3f4686e74691e7 (patch) | |
tree | c8bb953371d13a80fcd2ae57cf760596986bed1b /npc/guild2/schg_cas03.txt | |
parent | aa27b4d9f3b8ce9b75b1236e1eaa3ba3da8be01f (diff) | |
download | hercules-800f4cae328eeba10d628093ce3f4686e74691e7.tar.gz hercules-800f4cae328eeba10d628093ce3f4686e74691e7.tar.bz2 hercules-800f4cae328eeba10d628093ce3f4686e74691e7.tar.xz hercules-800f4cae328eeba10d628093ce3f4686e74691e7.zip |
- Fixed a bug in some Gunslinger skills, when weapon ids changed
- Little cleanup in and a bug fix in guild2 scripts.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12831 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild2/schg_cas03.txt')
-rw-r--r-- | npc/guild2/schg_cas03.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/guild2/schg_cas03.txt b/npc/guild2/schg_cas03.txt index 33b3be12b..4e70bfc61 100644 --- a/npc/guild2/schg_cas03.txt +++ b/npc/guild2/schg_cas03.txt @@ -402,7 +402,7 @@ OnInit: schg_cas03,1,1,0 script #sch03_gard01 -1,{ OnEnable: - set .@Defence,GetCastleData("schg_cas03",3); + set .@defence,GetCastleData("schg_cas03",3); guardian "schg_cas03",323,308,"Guardian",1899,"#sch03_gard01::OnGuardianDied"; //0; if ((.@defence > 10) && (.@defence < 31)) { set .MyMobCount,2; @@ -480,7 +480,7 @@ Onreset: schg_cas03,1,2,0 script #sch03_gard02 -1,{ OnEnable: - set .@Defence,GetCastleData("schg_cas03",3); + set .@defence,GetCastleData("schg_cas03",3); guardian "schg_cas03",338,309,"Guardian",1899,"#sch03_gard02::OnGuardianDied"; //11; if ((.@defence > 10) && (.@defence < 31)) { set .MyMobCount,2; |