summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-22 20:32:25 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-22 20:32:25 +0000
commit46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2 (patch)
tree6c2d771580a35911711a0101cc4b1ca5e67bd896 /Changelog-Trunk.txt
parent3fe27e962cf2084d380b6229fcc07c47d0c51e67 (diff)
downloadhercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.tar.gz
hercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.tar.bz2
hercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.tar.xz
hercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.zip
- Modified slaves_inherit_speed and slaves_inherit_mode so you get better control of when to copy/remove modes/speed.
- Reenabled usage of mode MD_CHANGETARGET, so mobs with mode 0x200 will be able to switch targets while attacking. - Simplified some more the chase-changetarget function. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9294 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 3ceb2c3b1..231be57cf 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,11 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/11/22
+ * Modified slaves_inherit_speed and slaves_inherit_mode so you get better
+ control of when to copy/remove modes/speed. See the conf changelog for
+ details. [Skotlex]
+ * Reenabled usage of mode MD_CHANGETARGET, so mobs with mode 0x200 will be
+ able to switch targets while attacking. [Skotlex]
* Some cleanups around usage of session[] in the map server, hoping that it
may fix some not very likely crashes. [Skotlex]
* Rewrote a few messy @ commands. [Skotlex]