summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-24 18:41:39 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-24 18:41:39 +0000
commit424d353923933ea786ce682a811f700852af08d5 (patch)
tree87d40fb512385d1c2027c3e9541f24c95876f2b5 /Changelog-Trunk.txt
parente6115fa3fdbe0e8bbdf0e55634232af1c0fd1a74 (diff)
downloadhercules-424d353923933ea786ce682a811f700852af08d5.tar.gz
hercules-424d353923933ea786ce682a811f700852af08d5.tar.bz2
hercules-424d353923933ea786ce682a811f700852af08d5.tar.xz
hercules-424d353923933ea786ce682a811f700852af08d5.zip
- The autoloot range check is no longer done unless AUTOLOOT_DISTANCE is defined (by default it is no longer defined)
- Ganbantein now deletes individual skill cells instead of the whole skill in the area it is casted. - Modified the mob total damage code to prevent overflows when mobs receive over 2kM damage. - Made the dmg structure of the damage log an unsigned int rather than signed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10343 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 27b6c214d..4cd374590 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,10 @@ 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.
2007/04/25
+ * Ganbantein now deletes individual skill cells instead of the whole skill
+ in the area it is casted.
+ * Modified the mob total damage code to prevent overflows when mobs receive
+ over 2kM damage. [Skotlex]
* Spider Web / Fiber Lock status cannot be dispelled now [ultramage]
2007/04/24
* All mob casted skills have a fixed range of 9 now.