summaryrefslogtreecommitdiff
path: root/Changelog-Renewal.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-20 10:10:11 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-20 10:10:11 +0000
commit764a4aba34f21d9d13a3402cbb9436a4b4a4ef04 (patch)
tree3a72626e5f87cbc0e4516fb52750cfbae517e82c /Changelog-Renewal.txt
parent35564818933ee4714a221fb30c1654bceaf43133 (diff)
downloadhercules-764a4aba34f21d9d13a3402cbb9436a4b4a4ef04.tar.gz
hercules-764a4aba34f21d9d13a3402cbb9436a4b4a4ef04.tar.bz2
hercules-764a4aba34f21d9d13a3402cbb9436a4b4a4ef04.tar.xz
hercules-764a4aba34f21d9d13a3402cbb9436a4b4a4ef04.zip
* Fixed login-server account engine initialization not getting checked, whether it succeeds or not (bugreport:4361, since r12700, related r13000).
- 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. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14476 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Renewal.txt')
-rw-r--r--Changelog-Renewal.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Renewal.txt b/Changelog-Renewal.txt
index 597f278fb..01d5bd682 100644
--- a/Changelog-Renewal.txt
+++ b/Changelog-Renewal.txt
@@ -2,6 +2,9 @@ Date Added
2010/11/20
* Fixed @doom and @doommap spamming packets for the visual effect on invoker unnecessarily over whole map and server respectively. The effect is now displayed on each killed character (bugreport:871, since r311). [Ai4rei]
+ * 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.
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).