diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-02 03:38:24 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-02 03:38:24 +0000 |
commit | 771ec0d02a5660a10f27d8545917104f40e802fa (patch) | |
tree | 993f09eb60707eeabe3be43679b8ef8f3461799d /Changelog-Trunk.txt | |
parent | c4896b038c28f6639be143602fcb357e31a3293d (diff) | |
download | hercules-771ec0d02a5660a10f27d8545917104f40e802fa.tar.gz hercules-771ec0d02a5660a10f27d8545917104f40e802fa.tar.bz2 hercules-771ec0d02a5660a10f27d8545917104f40e802fa.tar.xz hercules-771ec0d02a5660a10f27d8545917104f40e802fa.zip |
Changed Normal and Cash Food statuses so they do not stack and overwrite the other if the level (val1) is the same or higher. (bugreport:4519)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14437 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 534edf3b3..e937f0ffb 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2010/11/01 + * Changed Normal and Cash Food statuses so they do not stack and overwrite the other if the level (val1) is the same or higher. (bugreport:4519) [Paradox924X] * 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] |