From ddf3a130e1db0417d2dad77f69d6aa95028024d6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Dec 2017 01:47:44 +0300 Subject: Remove default parameter from PlayerInfo::setAttribute. --- src/being/playerinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being') 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; -- cgit v1.2.3-60-g2f50