diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/playerinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index 5528a1c3d..504b7d1d2 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -103,7 +103,7 @@ namespace PlayerInfo */ void setAttribute(const AttributesT id, const int64_t value, - const Notify notify = Notify_true); + const Notify notify); int getSkillLevel(const int id) A_WARN_UNUSED; |