summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-23 18:01:01 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-23 18:01:01 +0000
commit1e6f5283eceff138873ec54159ad8f716ed39b45 (patch)
tree94b13a2ffa13a8980af177f38dd82a0b8d778d8b /ChangeLog
parente50461677bf9f456cb912f5d318a769c3f4724ea (diff)
downloadmana-client-1e6f5283eceff138873ec54159ad8f716ed39b45.tar.gz
mana-client-1e6f5283eceff138873ec54159ad8f716ed39b45.tar.bz2
mana-client-1e6f5283eceff138873ec54159ad8f716ed39b45.tar.xz
mana-client-1e6f5283eceff138873ec54159ad8f716ed39b45.zip
Load the databases at the start of the LOGIN state, after the updates are
loaded.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce03c9a3..1a0cd200 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@
sounds from the release. They will be released dynamically only.
* data/graphics/tiles/snow_x3.png: Added bottom of Christmas tree by
pauan.
+ * src/main.cpp, src/resources/itemdb.h, src/resources/monsterdb.cpp,
+ src/resources/itemdb.cpp, src/resources/equipmentdb.cpp: Load the
+ databases at the start of the LOGIN state, after the updates are
+ loaded.
2006-12-22 Bjørn Lindeijer <bjorn@lindeijer.nl>