Corrected a typo in monster races. (bugreport:2147)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13209 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf 2008-09-14 12:56:28 +00:00
parent a5f781a533
commit 2b12bb4d62
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
Date Added Date Added
====== ======
2008/09/14 2008/09/14
* Rev. 13209 Corrected a typo in monster races. (bugreport:2147)
* Rev. 13208 Updated refiner function to allow for addition features per npc. [L0ne_W0lf] * Rev. 13208 Updated refiner function to allow for addition features per npc. [L0ne_W0lf]
* Updated repairmen positions and function. Now repairs all items at once. * Updated repairmen positions and function. Now repairs all items at once.
* Added a missing close2 to the meg seal NPC Rebarev Doug (bugreport:2228) * Added a missing close2 to the meg seal NPC Rebarev Doug (bugreport:2228)

View File

@ -3,7 +3,7 @@
//===== By: ================================================== //===== By: ==================================================
//= L0ne_W0lf //= L0ne_W0lf
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.0 //= 1.1
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena SVN (Trunk, r12752+) //= eAthena SVN (Trunk, r12752+)
//===== Description: ========================================= //===== Description: =========================================
@ -14,6 +14,7 @@
//= - There are no permenent variables. //= - There are no permenent variables.
//===== Additional Comments: ================================= //===== Additional Comments: =================================
//= 1.0 First version. Please report bugs. [L0ne_W0lf] //= 1.0 First version. Please report bugs. [L0ne_W0lf]
//= 1.1 Corrected a minor typo. [L0ne_W0lf]
//============================================================ //============================================================
//============================================================ //============================================================
@ -7634,7 +7635,7 @@ OnTouchNPC:
donpcevent "#deviruchi1::OnDisable"; donpcevent "#deviruchi1::OnDisable";
donpcevent "#baphomet1::OnDisable"; donpcevent "#baphomet1::OnDisable";
donpcevent "TrapGlobal#race02::OnDisable"; donpcevent "TrapGlobal#race02::OnDisable";
enablenpc "Medal Distributor#meda"; enablenpc "Medal Distributor#medal";
donpcevent "#race_timer2-3::OnEnable"; donpcevent "#race_timer2-3::OnEnable";
} }
end; end;