diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-02 18:50:34 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-02 18:50:34 +0000 |
commit | b8b21edf63e58270e7744548c73e1c5ef64b7950 (patch) | |
tree | 9e1f1d5f5047e2bfb112f451a498e03b588e56b2 /Changelog-Trunk.txt | |
parent | 48f6cbbd88f70c4ef4cb1ce711053009b666164a (diff) | |
download | hercules-b8b21edf63e58270e7744548c73e1c5ef64b7950.tar.gz hercules-b8b21edf63e58270e7744548c73e1c5ef64b7950.tar.bz2 hercules-b8b21edf63e58270e7744548c73e1c5ef64b7950.tar.xz hercules-b8b21edf63e58270e7744548c73e1c5ef64b7950.zip |
* Fixed mapflags not getting initialized upon @reloadscript (bugreport:2247, since r1275).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14548 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 4bf971e79..5b1ce23a9 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2010/12/02 + * Fixed mapflags not getting initialized upon @reloadscript (bugreport:2247, since r1275). [Ai4rei] * 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] |