summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game-server/monster.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/monster.hpp b/src/game-server/monster.hpp
index 05fedd6b..a1d3c5a5 100644
--- a/src/game-server/monster.hpp
+++ b/src/game-server/monster.hpp
@@ -206,7 +206,7 @@ class Monster : public Being
/**
*
*/
- virtual int getAttackType()
+ virtual int getAttackType() const
{ return mCurrentAttack->id; }
/**