diff options
Diffstat (limited to 'src/game-server/monster.hpp')
-rw-r--r-- | src/game-server/monster.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game-server/monster.hpp b/src/game-server/monster.hpp index 79b8c69b..15f0890f 100644 --- a/src/game-server/monster.hpp +++ b/src/game-server/monster.hpp @@ -53,9 +53,9 @@ struct MonsterAttack float damageFactor; int element; int type; - unsigned preDelay; - unsigned aftDelay; - unsigned range; + int preDelay; + int aftDelay; + int range; std::string scriptFunction; }; |