summaryrefslogtreecommitdiff
path: root/src/game-server/commandhandler.cpp
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-09-08 11:42:33 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-09-08 11:42:33 +0200
commit434d3f97489094f3f7897bce0942cd3c46483c9f (patch)
tree3a9a21735e8fbfde4c0050da3e46a3f1fa9753bb /src/game-server/commandhandler.cpp
parentf712d68495dd8e040c32da3b1c85bcb7845543ec (diff)
downloadmanaserv-434d3f97489094f3f7897bce0942cd3c46483c9f.tar.gz
manaserv-434d3f97489094f3f7897bce0942cd3c46483c9f.tar.bz2
manaserv-434d3f97489094f3f7897bce0942cd3c46483c9f.tar.xz
manaserv-434d3f97489094f3f7897bce0942cd3c46483c9f.zip
Renamed character.cpp to charactercomponent.cpp
Now we do not have two character.cpp files in the repository.
Diffstat (limited to 'src/game-server/commandhandler.cpp')
-rw-r--r--src/game-server/commandhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/commandhandler.cpp b/src/game-server/commandhandler.cpp
index 79758bcf..44559a5e 100644
--- a/src/game-server/commandhandler.cpp
+++ b/src/game-server/commandhandler.cpp
@@ -22,7 +22,7 @@
#include "game-server/commandhandler.h"
#include "game-server/accountconnection.h"
-#include "game-server/character.h"
+#include "game-server/charactercomponent.h"
#include "game-server/effect.h"
#include "game-server/gamehandler.h"
#include "game-server/inventory.h"