summaryrefslogtreecommitdiff
path: root/src/game-server/monster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/monster.cpp')
-rw-r--r--src/game-server/monster.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game-server/monster.cpp b/src/game-server/monster.cpp
index edc89ec1..ceae82ca 100644
--- a/src/game-server/monster.cpp
+++ b/src/game-server/monster.cpp
@@ -60,6 +60,7 @@ Monster::Monster(MonsterClass *specy):
LOG_DEBUG("Monster spawned! (id: " << mSpecy->getId() << ").");
setWalkMask(Map::BLOCKMASK_WALL | Map::BLOCKMASK_CHARACTER);
+ setBlockType(BLOCKTYPE_MONSTER);
/*
* Initialise the attribute structures.