summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-30 12:31:58 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-30 12:31:58 +0000
commitbdc6551ea5f86f85c5edeb1b6ae388b1b01a3427 (patch)
tree2620b12ed7dee6e00b3f2648fc3a16f93cfa0140 /Changelog-Trunk.txt
parent373bd27fd29189f7e387b11021bbd9e15fa6468c (diff)
downloadhercules-bdc6551ea5f86f85c5edeb1b6ae388b1b01a3427.tar.gz
hercules-bdc6551ea5f86f85c5edeb1b6ae388b1b01a3427.tar.bz2
hercules-bdc6551ea5f86f85c5edeb1b6ae388b1b01a3427.tar.xz
hercules-bdc6551ea5f86f85c5edeb1b6ae388b1b01a3427.zip
- Fixed battle_calc_weapon_attack damage capping damage to a minimum of 0 (negative values should be allowed when attack is absorbed by target's element)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6840 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 bf768dd3c..40ecf3056 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,10 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2006/05/30
+ * Fixed battle_calc_weapon_attack damage capping damage to a minimum of 0
+ (negative values should be allowed when attack is absorbed by target's
+ element) [Skotlex]
2006/05/29
* [Fixed]:
- Missing ';' in item #4358 [Lance]