summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 17:20:47 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 17:20:47 +0000
commit48f6cbbd88f70c4ef4cb1ce711053009b666164a (patch)
tree3561f70558969a898d3f1e9362c0b569f7e8e618 /Changelog-Trunk.txt
parent36759ed2d2cdd3e319e86a571045229b234d9bac (diff)
downloadhercules-48f6cbbd88f70c4ef4cb1ce711053009b666164a.tar.gz
hercules-48f6cbbd88f70c4ef4cb1ce711053009b666164a.tar.bz2
hercules-48f6cbbd88f70c4ef4cb1ce711053009b666164a.tar.xz
hercules-48f6cbbd88f70c4ef4cb1ce711053009b666164a.zip
* Removed redundant check in food vs. cash food status change overriding code, partially suggested by xazax (related r14437 and r14510).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14547 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 10c9938c5..4bf971e79 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/12/02
+ * Removed redundant check in food vs. cash food status change overriding code, partially suggested by xazax (related r14437 and r14510). [Ai4rei]
* Added an error message when a client connection exceeds the socket write buffer, so that it does not appear to be closed for no apparent reason (follow up to r13469). [Ai4rei]
* Random clif.c fixes and cleanups. [Ai4rei]
- Fixed clif_homskillup using sd before nullpo check (since r9297 and r9307).