summaryrefslogtreecommitdiff
path: root/npc/guild2
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-12 00:55:04 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-12 00:55:04 +0000
commite444091e80c02ce3fd14a1c62fcdd5706754ec11 (patch)
tree93dd88b014c10a66a040f2393e726e04c89445cf /npc/guild2
parent7585536e71a1cb925e0e156b58038386e3938fd4 (diff)
downloadhercules-e444091e80c02ce3fd14a1c62fcdd5706754ec11.tar.gz
hercules-e444091e80c02ce3fd14a1c62fcdd5706754ec11.tar.bz2
hercules-e444091e80c02ce3fd14a1c62fcdd5706754ec11.tar.xz
hercules-e444091e80c02ce3fd14a1c62fcdd5706754ec11.zip
Fixed a typo when disabling a control device.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12941 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild2')
-rw-r--r--npc/guild2/schg_cas03.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/guild2/schg_cas03.txt b/npc/guild2/schg_cas03.txt
index 1137eacaa..0fa5b0547 100644
--- a/npc/guild2/schg_cas03.txt
+++ b/npc/guild2/schg_cas03.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.6
+//= 1.7
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -21,6 +21,7 @@
//= 1.6 Fixed investment period not resetting. [L0ne_W0lf]
//= Made it so treasure won't spawn if castle is empty.
//= Treasure will now be killed before spawning.
+/= 1.7 Fixed a typo when disabling a control device. [L0ne_W0lf]
//============================================================
schg_cas03,1,1,0 script Manager#sch03_02 111,{
@@ -1740,7 +1741,7 @@ OnEnable:
end;
OnDisable:
- disablenpc "Control Ddevice02#sch03";
+ disablenpc "Control Device02#sch03";
end;
}