summaryrefslogtreecommitdiff
path: root/Changelog-Renewal.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-02 03:38:24 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-02 03:38:24 +0000
commit1e87d8276dd8a5535b311299d5666430b61898c4 (patch)
treeeecc6e0f127360dd09cc116e24578aed4a6157c7 /Changelog-Renewal.txt
parente82b308d7ac09cbcaf178654d7005aa15e2ca5d5 (diff)
downloadhercules-1e87d8276dd8a5535b311299d5666430b61898c4.tar.gz
hercules-1e87d8276dd8a5535b311299d5666430b61898c4.tar.bz2
hercules-1e87d8276dd8a5535b311299d5666430b61898c4.tar.xz
hercules-1e87d8276dd8a5535b311299d5666430b61898c4.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/branches/renewal@14437 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Renewal.txt')
-rw-r--r--Changelog-Renewal.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Renewal.txt b/Changelog-Renewal.txt
index 534edf3b3..e937f0ffb 100644
--- a/Changelog-Renewal.txt
+++ b/Changelog-Renewal.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]