summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.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
commitff10cb63f64792647611910a7cc463ab27a697db (patch)
treef2e56fd1a553d95424c3a1a06921f4ccd800ee37 /Changelog-Trunk.txt
parent5035131dab63fd4667cb3267a5d447866843c334 (diff)
downloadhercules-ff10cb63f64792647611910a7cc463ab27a697db.tar.gz
hercules-ff10cb63f64792647611910a7cc463ab27a697db.tar.bz2
hercules-ff10cb63f64792647611910a7cc463ab27a697db.tar.xz
hercules-ff10cb63f64792647611910a7cc463ab27a697db.zip
* Made atcommand declarations use ACMD_FUNC macro (bugreport:4252, related r11607).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14477 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 01d5bd682..020e647a4 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.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).