summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Habel <mail@exceptionfault.de>2008-11-05 13:40:13 +0000
committerAndreas Habel <mail@exceptionfault.de>2008-11-05 13:40:13 +0000
commit1af60893e6737942c2079c794d53a4e21cf87c58 (patch)
tree53bf04c21499adc8c2f23d40351d0525753c648a /ChangeLog
parent94bf187c196769b87fbbfa9a9c083f94def82ccf (diff)
downloadmanaserv-1af60893e6737942c2079c794d53a4e21cf87c58.tar.gz
manaserv-1af60893e6737942c2079c794d53a4e21cf87c58.tar.xz
manaserv-1af60893e6737942c2079c794d53a4e21cf87c58.zip
* Account server now loads item database on startup and synchronizes tmw_items table in the database.
* Added method to DataProvider to escape quotes in strings so that they can be used in SQL statements.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 053caef..fa68e6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,10 @@
src/account-server/serverhandler.cpp, src/defines.h,
src/game-server/accountconnection.cpp, src/game-server/itemmanager.cpp,
src/game-server/itemmanager.hpp: Added version information to item database.
- Gameserver reports its local version to accountserver and gets notified
- if the verion is up-to-date or outdated to prevent inconsistencies.
+ Game server reports its local version to account server and gets notified
+ if the version is up-to-date or outdated to prevent inconsistencies.
+ Account server initially loads item database on startup and synchronizes
+ tmw_items table in the database.
2008-11-04 David Athay <ko2fan@gmail.com>