diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/widgets/attrs/changedisplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/attrs/changedisplay.cpp b/src/gui/widgets/attrs/changedisplay.cpp index 213abc3d5..a24057af5 100644 --- a/src/gui/widgets/attrs/changedisplay.cpp +++ b/src/gui/widgets/attrs/changedisplay.cpp @@ -101,7 +101,7 @@ void ChangeDisplay::action(const ActionEvent &event) Notify_true); const int newbase = PlayerInfo::getStatBase(mId) + cnt; - PlayerInfo::setStatBase(mId, newbase); + PlayerInfo::setStatBase(mId, newbase, Notify_true); if (Net::getNetworkType() != ServerType::TMWATHENA) { |