summaryrefslogtreecommitdiff
path: root/npc/guild2/schg_cas02.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_cas02.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_cas02.txt')
-rw-r--r--npc/guild2/schg_cas02.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/guild2/schg_cas02.txt b/npc/guild2/schg_cas02.txt
index 34a17e80f..d42f0b8bb 100644
--- a/npc/guild2/schg_cas02.txt
+++ b/npc/guild2/schg_cas02.txt
@@ -401,7 +401,7 @@ OnInit:
schg_cas02,1,1,0 script #sch02_gard01 -1,{
OnEnable:
- set .@Defence,GetCastleData("schg_cas02",3);
+ set .@defence,GetCastleData("schg_cas02",3);
guardian "schg_cas02",326,83,"Guardian Soldier",1899,"#sch02_gard01::OnGuardianDied"; //0;
if ((.@defence > 10) && (.@defence < 31)) {
set .MyMobCount,2;
@@ -479,7 +479,7 @@ Onreset:
schg_cas02,1,2,0 script #sch02_gard02 -1,{
OnEnable:
- set .@Defence,GetCastleData("schg_cas02",3);
+ set .@defence,GetCastleData("schg_cas02",3);
guardian "schg_cas02",359,85,"Guardian Soldier",1899,"#sch02_gard02::OnGuardianDied"; //11;
if ((.@defence > 10) && (.@defence < 31)) {
set .MyMobCount,2;