summaryrefslogtreecommitdiff
path: root/npc/guild2/schg_cas05.txt
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-14 11:26:04 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-14 11:26:04 +0000
commit800f4cae328eeba10d628093ce3f4686e74691e7 (patch)
treec8bb953371d13a80fcd2ae57cf760596986bed1b /npc/guild2/schg_cas05.txt
parentaa27b4d9f3b8ce9b75b1236e1eaa3ba3da8be01f (diff)
downloadhercules-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_cas05.txt')
-rw-r--r--npc/guild2/schg_cas05.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/guild2/schg_cas05.txt b/npc/guild2/schg_cas05.txt
index e1b9a5280..725cabe1d 100644
--- a/npc/guild2/schg_cas05.txt
+++ b/npc/guild2/schg_cas05.txt
@@ -398,7 +398,7 @@ OnInit:
schg_cas05,1,1,0 script #sch05_gard01 -1,{
OnEnable:
- set .@Defence,GetCastleData("schg_cas05",3);
+ set .@defence,GetCastleData("schg_cas05",3);
guardian "schg_cas05",111,18,"Guardian Soldier",1899,"#sch05_gard01::OnGuardianDied"; //0;
if ((.@defence > 10) && (.@defence < 31)) {
set .MyMobCount,2;
@@ -476,7 +476,7 @@ Onreset:
schg_cas05,1,2,0 script #sch05_gard02 -1,{
OnEnable:
- set .@Defence,GetCastleData("schg_cas05",3);
+ set .@defence,GetCastleData("schg_cas05",3);
guardian "schg_cas05",130,22,"Guardian Soldier",1899,"#sch05_gard02::OnGuardianDied"; //11;
if ((.@defence > 10) && (.@defence < 31)) {
set .MyMobCount,2;