diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-02 01:36:14 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-02 01:36:14 +0000 |
commit | c4896b038c28f6639be143602fcb357e31a3293d (patch) | |
tree | 05c8c8c3c4a2e6d6e6392727138ac59d43556320 /Changelog-Trunk.txt | |
parent | 55b7526fef129aa129b1451fa2f55c76f3de3df6 (diff) | |
download | hercules-c4896b038c28f6639be143602fcb357e31a3293d.tar.gz hercules-c4896b038c28f6639be143602fcb357e31a3293d.tar.bz2 hercules-c4896b038c28f6639be143602fcb357e31a3293d.tar.xz hercules-c4896b038c28f6639be143602fcb357e31a3293d.zip |
Modified certain atcommands to use 64 bit arithmetic before capping a value to correct boundary logic for overflowing values.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14436 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 ec31d55d3..534edf3b3 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2010/11/01 + * Modified certain atcommands to use 64 bit arithmetic before capping a value to correct boundary logic for overflowing values. [Paradox924X] 2010/10/21 * Removed unused 'indoors' mapflag. [Gepard] 2010/10/17 |