diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-10 20:30:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-10 20:30:10 +0300 |
commit | 890fd4c9ceab089de688b00acf5163d795ccec4a (patch) | |
tree | bcaf7fb78fdb6a0fb426f2abe9a9636cb2050076 /src/gui/windows/statuswindow.cpp | |
parent | 7c6f3d5a9cc4e83520dc8c2ac75ec987e730d381 (diff) | |
download | plus-890fd4c9ceab089de688b00acf5163d795ccec4a.tar.gz plus-890fd4c9ceab089de688b00acf5163d795ccec4a.tar.bz2 plus-890fd4c9ceab089de688b00acf5163d795ccec4a.tar.xz plus-890fd4c9ceab089de688b00acf5163d795ccec4a.zip |
eathena: add packet SMSG_BEING_ATTRS 0x0b0a.
Diffstat (limited to 'src/gui/windows/statuswindow.cpp')
-rw-r--r-- | src/gui/windows/statuswindow.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/windows/statuswindow.cpp b/src/gui/windows/statuswindow.cpp index db03fbe70..d16262cc1 100644 --- a/src/gui/windows/statuswindow.cpp +++ b/src/gui/windows/statuswindow.cpp @@ -240,6 +240,11 @@ StatusWindow::StatusWindow() : PlayerInfo::getAttribute(Attributes::CHAR_POINTS))); mCharacterPointsLabel->adjustSize(); + updateLevelLabel(); +} + +void StatusWindow::updateLevelLabel() +{ if (localPlayer && localPlayer->isGM()) { // TRANSLATORS: status window label |