summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-04 19:07:18 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-04 19:07:18 +0000
commit606fb6292db080bcbd84958c6e54df8eba190999 (patch)
tree48894ebd41340b63eb49b20df34cf5f82fdb789a /Changelog-Trunk.txt
parente52bb631e65f92cb54f94b2fdbd6f149bde44457 (diff)
downloadhercules-606fb6292db080bcbd84958c6e54df8eba190999.tar.gz
hercules-606fb6292db080bcbd84958c6e54df8eba190999.tar.bz2
hercules-606fb6292db080bcbd84958c6e54df8eba190999.tar.xz
hercules-606fb6292db080bcbd84958c6e54df8eba190999.zip
- Fixed HVAN_INSTRUCT int bonuses.
- Renamed mob_db's "adelay" column to ThinkTime and made the mob.c code use it instead of MIN_MOBTHINKTIME. The adelay of mobs will also be equal to their thinktime unless their thinktime is less than their attack motion. - Cleaned the mob_db reading code a bit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9406 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 f1a34025c..359d29cac 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/12/04
+ * Fixed HVAN_INSTRUCT int bonuses. [Skotlex]
+ * Renamed mob_db's "adelay" column to ThinkTime and made the mob.c code use
+ it instead of MIN_MOBTHINKTIME. The adelay of mobs will also be equal to
+ their thinktime unless their thinktime is less than their attack motion.
+ [Skotlex]
* Added a static +100 Hp to ninjas and gunslingers since it's required for
the best approximated hp growth algorythm. [Skotlex]
* Knockback will again use the fixpos packet instead of the slide packet