diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 20:20:14 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 20:20:14 +0000 |
commit | 873c0f5e4b509c7a156bd13d426ed5c983a26ee5 (patch) | |
tree | 0d25c3f2b455aafddee9b0bb5e941bd7b8490e02 | |
parent | 5187bc6624b36e7e02e11299eb6cbdf4f8f21a56 (diff) | |
download | manaserv-873c0f5e4b509c7a156bd13d426ed5c983a26ee5.tar.gz manaserv-873c0f5e4b509c7a156bd13d426ed5c983a26ee5.tar.bz2 manaserv-873c0f5e4b509c7a156bd13d426ed5c983a26ee5.tar.xz manaserv-873c0f5e4b509c7a156bd13d426ed5c983a26ee5.zip |
bugfix for last commit
-rw-r--r-- | src/game-server/monster.hpp | 2 |
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; } /** |