diff options
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.h b/src/being/being.h index adbdf7432..23b7bc1e4 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -211,7 +211,7 @@ class Being notfinal : public ActorSprite, */ void handleAttack(Being *restrict const victim, const int damage, - const int attackId = 1) restrict2; + const int attackId) restrict2; void handleSkillCasting(Being *restrict const victim, const int skillId, |