summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-19 05:14:59 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-19 05:14:59 +0000
commit51df2c6e71dcf7b4e5bca9bc10158ac326cfcaf2 (patch)
treebab44d9cbc52002c5e28457fbbf261858d6ec1c0 /Changelog-Trunk.txt
parent69d0bd132e0d7732b2ecb49b71d94721835f29eb (diff)
downloadhercules-51df2c6e71dcf7b4e5bca9bc10158ac326cfcaf2.tar.gz
hercules-51df2c6e71dcf7b4e5bca9bc10158ac326cfcaf2.tar.bz2
hercules-51df2c6e71dcf7b4e5bca9bc10158ac326cfcaf2.tar.xz
hercules-51df2c6e71dcf7b4e5bca9bc10158ac326cfcaf2.zip
* Fixed event_kill_pc to behave like what it should instead of another replication of event_death. Added script function rid2name to convert bl ids to name.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5663 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 25b8d34ef..a0fdb7bbe 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/18
+ * Fixed event_kill_pc to behave like what it should instead of another replication
+ of event_death. Added script function rid2name to convert bl ids to name. [Lance]
* Recoded setmobdata script function. Fixed mob_damage typo sd -> mvp_sd. [Lance]
* Added 'GetMonsterInfo(MobID,Idx)' script function. [Lupus]
You can get monsters name,level,race, etc by its Id. Check npc\sample\getmonsterinfo.txt