summaryrefslogtreecommitdiff
path: root/Changelog-Renewal.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-20 11:38:53 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-20 11:38:53 +0000
commit30c3ecb4528eee8739d999c4fc8e86fe12950c57 (patch)
treefbf9a1d89f06731055f1f59a6d11dccd8bda067a /Changelog-Renewal.txt
parent764a4aba34f21d9d13a3402cbb9436a4b4a4ef04 (diff)
downloadhercules-30c3ecb4528eee8739d999c4fc8e86fe12950c57.tar.gz
hercules-30c3ecb4528eee8739d999c4fc8e86fe12950c57.tar.bz2
hercules-30c3ecb4528eee8739d999c4fc8e86fe12950c57.tar.xz
hercules-30c3ecb4528eee8739d999c4fc8e86fe12950c57.zip
* Made atcommand declarations use ACMD_FUNC macro (bugreport:4252, related r11607).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14477 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 01d5bd682..020e647a4 100644
--- a/Changelog-Renewal.txt
+++ b/Changelog-Renewal.txt
@@ -5,6 +5,7 @@ Date Added
* Fixed login-server account engine initialization not getting checked, whether it succeeds or not (bugreport:4361, since r12700, related r13000). [Ai4rei]
- Failure to retrieve account engine and initializing it is now considered fatal and causes the server to exit immediately.
- Fixed two data type inconsistencies, while being at it.
+ * Made atcommand declarations use ACMD_FUNC macro (bugreport:4252, related r11607). [Ai4rei]
2010/11/19
* Various VC6-related fixes and tweaks. [Ai4rei]
- Fixed a typo in VC6 project files, that prevented login-server from compiling (bugreport:4061, since r12727).