summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-12-09 23:43:46 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-12-09 23:43:46 +0000
commitd6f197de95f542dc7f23514ecf110b7fc12e9a91 (patch)
tree8cd19279e779b1643d30198a2cd3a34f22e9f001 /ChangeLog
parent97abe3d424fafd390d8d116182fa5f061a0801b8 (diff)
downloadmanaserv-d6f197de95f542dc7f23514ecf110b7fc12e9a91.tar.gz
manaserv-d6f197de95f542dc7f23514ecf110b7fc12e9a91.tar.bz2
manaserv-d6f197de95f542dc7f23514ecf110b7fc12e9a91.tar.xz
manaserv-d6f197de95f542dc7f23514ecf110b7fc12e9a91.zip
Fixed the bug where the mapInfo Recordset erased the values of charInfo because there can be only one RecordSet at a time.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c0dc58e..2b816118 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2005-12-08 Yohann Ferreira <bertram@cegetel.net>
+2005-12-10 Yohann Ferreira <bertram@cegetel.net>
+
+ * src/dalstorage.cpp: Fixed the buggy part of getAccount()
+ where the mapInfo() recordSet erased the value of charInfo.
+ Now, characters can be created and selected, with the map
+ they were in, set.
+
+2005-12-09 Yohann Ferreira <bertram@cegetel.net>
* src/dalstorage.cpp, src/accounthandler.cpp: Temporary
made a workaround the character misloading at login.