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/gui/windows/statuswindow.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/gui/windows/statuswindow.cpp') diff --git a/src/gui/windows/statuswindow.cpp b/src/gui/windows/statuswindow.cpp index 092e401c2..c144fdc57 100644 --- a/src/gui/windows/statuswindow.cpp +++ b/src/gui/windows/statuswindow.cpp @@ -350,7 +350,8 @@ void StatusWindow::attributeChanged(const AttributesT id, lvl = CAST_S32((expNeed - 20000) / 150); blocked = true; PlayerInfo::setAttribute(Attributes::PLAYER_JOB_LEVEL, - lvl); + lvl, + Notify_true); blocked = false; } } @@ -363,9 +364,11 @@ void StatusWindow::attributeChanged(const AttributesT id, lvl ++; blocked = true; PlayerInfo::setAttribute(Attributes::PLAYER_JOB_EXP_NEEDED, - 20000 + lvl * 150); + 20000 + lvl * 150, + Notify_true); PlayerInfo::setAttribute(Attributes::PLAYER_JOB_LEVEL, - lvl); + lvl, + Notify_true); blocked = false; } -- cgit v1.2.3-60-g2f50