summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-02 01:36:14 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-02 01:36:14 +0000
commitc4896b038c28f6639be143602fcb357e31a3293d (patch)
tree05c8c8c3c4a2e6d6e6392727138ac59d43556320 /Changelog-Trunk.txt
parent55b7526fef129aa129b1451fa2f55c76f3de3df6 (diff)
downloadhercules-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.txt2
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