Fixed a typo when disabling a control device.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12941 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
4973178f4f
commit
7476b82909
@ -1,8 +1,9 @@
|
||||
Date Added
|
||||
======
|
||||
2008/07/12
|
||||
* Rev. 12400 Updated Refiner function. cleaner, and less dated. [L0ne_W0lf]
|
||||
* Rev. 12399 Added Nameless Island Dungeon quest. [L0ne_W0llf]
|
||||
* Rev. 12341 Fixed a typo when disabling a control device. [L0ne_W0lf]
|
||||
* Rev. 12340 Updated Refiner function. cleaner, and less dated. [L0ne_W0lf]
|
||||
* Rev. 12339 Added Nameless Island Dungeon quest. [L0ne_W0llf]
|
||||
2008/07/10
|
||||
* Fixed a sage job quest cutin not being removed as reported by jc1991, bugreport:1825 [Brainstorm]
|
||||
* Fixed a small bug on mid_camp warps by brianlew, bugreport:1824 [Brainstorm]
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user