summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-04 20:39:28 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-04 20:39:28 +0300
commit22bdb49dc36281ed99b1f2b5199ef36c9417dcf5 (patch)
tree09266e1e1416cd9b9815109371f3be04373bc5ba /src/client.cpp
parentf922701f85840163acb17070dc3cb30bcdf34528 (diff)
downloadManaVerse-22bdb49dc36281ed99b1f2b5199ef36c9417dcf5.tar.gz
ManaVerse-22bdb49dc36281ed99b1f2b5199ef36c9417dcf5.tar.bz2
ManaVerse-22bdb49dc36281ed99b1f2b5199ef36c9417dcf5.tar.xz
ManaVerse-22bdb49dc36281ed99b1f2b5199ef36c9417dcf5.zip
Add language db.
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 d15aa240a..64744e49e 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -115,6 +115,7 @@
#include "resources/db/horsedb.h"
#include "resources/db/itemdb.h"
#include "resources/db/itemfielddb.h"
+#include "resources/db/languagedb.h"
#include "resources/db/sounddb.h"
#include "resources/db/mapdb.h"
#include "resources/db/mercenarydb.h"
@@ -632,6 +633,7 @@ void Client::gameClear()
DeadDB::unload();
ColorDB::unload();
SoundDB::unload();
+ LanguageDb::unload();
EmoteDB::unload();
ItemDB::unload();
ItemFieldDb::unload();
@@ -1359,6 +1361,7 @@ int Client::gameExec()
PaletteDB::load();
ColorDB::load();
SoundDB::load();
+ LanguageDb::load();
MapDB::load();
ItemFieldDb::load();
ItemDB::load();