summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-25 13:12:05 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-25 13:12:05 +0300
commit6fbd52540d4f2e94b4b8391110c83320557556eb (patch)
tree8d367db37230da2ab94a1158a29ed33b9d9bbf9e /src/client.cpp
parentb1d25bc45df987a7e55ede2a0529fc90986ad1c7 (diff)
downloadplus-6fbd52540d4f2e94b4b8391110c83320557556eb.tar.gz
plus-6fbd52540d4f2e94b4b8391110c83320557556eb.tar.bz2
plus-6fbd52540d4f2e94b4b8391110c83320557556eb.tar.xz
plus-6fbd52540d4f2e94b4b8391110c83320557556eb.zip
Load data about homunculuses from homunculuses.xml.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index dd9f5f12e..06a8a9db8 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -101,6 +101,7 @@
#include "resources/db/colordb.h"
#include "resources/db/deaddb.h"
#include "resources/db/emotedb.h"
+#include "resources/db/homunculusdb.h"
#include "resources/db/sounddb.h"
#include "resources/db/itemdb.h"
#include "resources/db/mapdb.h"
@@ -610,6 +611,7 @@ void Client::gameClear()
EmoteDB::unload();
ItemDB::unload();
MercenaryDB::unload();
+ HomunculusDB::unload();
MonsterDB::unload();
NPCDB::unload();
AvatarDB::unload();
@@ -1252,6 +1254,7 @@ int Client::gameExec()
ItemDB::load();
Being::load();
MercenaryDB::load();
+ HomunculusDB::load();
MonsterDB::load();
AvatarDB::load();
WeaponsDB::load();