summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-10 20:30:10 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-10 20:30:10 +0300
commit890fd4c9ceab089de688b00acf5163d795ccec4a (patch)
treebcaf7fb78fdb6a0fb426f2abe9a9636cb2050076 /src/being
parent7c6f3d5a9cc4e83520dc8c2ac75ec987e730d381 (diff)
downloadManaVerse-890fd4c9ceab089de688b00acf5163d795ccec4a.tar.gz
ManaVerse-890fd4c9ceab089de688b00acf5163d795ccec4a.tar.bz2
ManaVerse-890fd4c9ceab089de688b00acf5163d795ccec4a.tar.xz
ManaVerse-890fd4c9ceab089de688b00acf5163d795ccec4a.zip
eathena: add packet SMSG_BEING_ATTRS 0x0b0a.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/localplayer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index d5a195753..efe6bf3bb 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -57,6 +57,7 @@
#include "gui/windows/outfitwindow.h"
#include "gui/windows/shopwindow.h"
#include "gui/windows/socialwindow.h"
+#include "gui/windows/statuswindow.h"
#include "gui/windows/updaterwindow.h"
#include "gui/widgets/tabs/chat/gmtab.h"
@@ -401,6 +402,8 @@ void LocalPlayer::setGMLevel(const int level)
if (level > 0)
{
setGM(true);
+ if (statusWindow)
+ statusWindow->updateLevelLabel();
if (chatWindow)
{
chatWindow->loadGMCommands();