diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-30 20:36:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-30 20:36:56 +0300 |
commit | f513868a135c1af288ff13ba2fcfdd6a5dc70a19 (patch) | |
tree | a979327e71dae600561f6402f18552561665ab10 /src/net/ea/playerhandler.cpp | |
parent | 076b11c903f88592fbd74f3af3989e71362912f8 (diff) | |
download | plus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.tar.gz plus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.tar.bz2 plus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.tar.xz plus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.zip |
move db files into db directory.
Diffstat (limited to 'src/net/ea/playerhandler.cpp')
-rw-r--r-- | src/net/ea/playerhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/playerhandler.cpp b/src/net/ea/playerhandler.cpp index 03e62f45e..31359ae37 100644 --- a/src/net/ea/playerhandler.cpp +++ b/src/net/ea/playerhandler.cpp @@ -39,7 +39,7 @@ #include "gui/windows/skilldialog.h" #include "gui/windows/statuswindow.h" -#include "resources/deaddb.h" +#include "resources/db/deaddb.h" #include "net/net.h" |