summaryrefslogtreecommitdiff
path: root/src/game-server/monster.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/monster.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/monster.cpp')
-rw-r--r--src/game-server/monster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/monster.cpp b/src/game-server/monster.cpp
index cf589977..56a08cd9 100644
--- a/src/game-server/monster.cpp
+++ b/src/game-server/monster.cpp
@@ -23,7 +23,7 @@
#include "common/configuration.h"
#include "common/resourcemanager.h"
#include "game-server/attributemanager.h"
-#include "game-server/character.h"
+#include "game-server/charactercomponent.h"
#include "game-server/collisiondetection.h"
#include "game-server/item.h"
#include "game-server/map.h"