diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-22 18:46:44 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-22 18:46:44 +0000 |
commit | 1edbaf25c049c76c4566b7919bb613d8a2a51176 (patch) | |
tree | cfcfb9171fdfc79cdfdd9d56db05d29c25f939d0 /Changelog-Trunk.txt | |
parent | 26a4e327cf0797fc8922a5b45b07ded3206edc7e (diff) | |
download | hercules-1edbaf25c049c76c4566b7919bb613d8a2a51176.tar.gz hercules-1edbaf25c049c76c4566b7919bb613d8a2a51176.tar.bz2 hercules-1edbaf25c049c76c4566b7919bb613d8a2a51176.tar.xz hercules-1edbaf25c049c76c4566b7919bb613d8a2a51176.zip |
Added proper bounds of INT_MIN to INT_MAX for hp/sp when being sent to/from status_damage/status_heal for negative values because of INT_MAX being (-INT_MIN - 1).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13955 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 4a84ad664..625a5bd83 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ 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. +09/07/21 + * Added proper bounds of INT_MIN to INT_MAX for hp/sp when being sent to/from status_damage/status_heal for negative values because of INT_MAX being (-INT_MIN - 1). [Paradox924X] 09/07/17 * Dead branches no longer check for players' level. (bugreport:3378) [Inkfish] * The Lovers Card won't teleport anyone on PVP/WoE/BG maps. (bugreport:3371) [Inkfish] |