diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-04 21:39:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-04 21:39:09 +0300 |
commit | a09b3062b06c400a0774f02ae1b784da5108f783 (patch) | |
tree | 861a14b37585ab73f4ee85d8e5ca27952869f31e /src/client.cpp | |
parent | 31fd786e7eb5097814eab4df03c32be354fb203d (diff) | |
download | manaverse-a09b3062b06c400a0774f02ae1b784da5108f783.tar.gz manaverse-a09b3062b06c400a0774f02ae1b784da5108f783.tar.bz2 manaverse-a09b3062b06c400a0774f02ae1b784da5108f783.tar.xz manaverse-a09b3062b06c400a0774f02ae1b784da5108f783.zip |
Add support for attr attributes in stats.xml
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 930446140..e9e1e96c6 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -41,6 +41,8 @@ #include "const/net/net.h" +#include "enums/being/attributesstrings.h" + #include "input/inputmanager.h" #include "input/joystick.h" #include "input/keyboardconfig.h" @@ -1321,6 +1323,7 @@ int Client::gameExec() delete spellShortcut; spellShortcut = new SpellShortcut; + AttributesEnum::init(); // Load XML databases CharDB::load(); StatDb::load(); |