From 6a0345c70155f9ff00e52f8952c1e79f61e0d445 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 Aug 2016 22:10:59 +0300 Subject: Add support for elemental db and draw elementals sprites. --- src/client.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 9cd427ab8..930446140 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -105,6 +105,7 @@ #include "resources/db/chardb.h" #include "resources/db/colordb.h" #include "resources/db/deaddb.h" +#include "resources/db/elementaldb.h" #include "resources/db/emotedb.h" #include "resources/db/homunculusdb.h" #include "resources/db/horsedb.h" @@ -609,6 +610,7 @@ void Client::gameClear() { MercenaryDB::unload(); HomunculusDB::unload(); + ElementalDb::unload(); SkillUnitDb::unload(); HorseDB::unload(); } @@ -1336,6 +1338,7 @@ int Client::gameExec() { MercenaryDB::load(); HomunculusDB::load(); + ElementalDb::load(); SkillUnitDb::load(); HorseDB::load(); } -- cgit v1.2.3-60-g2f50