summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-29 21:11:40 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-29 21:11:40 +0300
commit0fe12f569879f90b8b6efab790ba896b9769a3d4 (patch)
treeb81fe57e9defa337c79ab89d37c35bb3bbd8de06 /src/being/being.h
parentaa0bda1d887709c13c64308d33087ad7fc1ac0bf (diff)
downloadplus-0fe12f569879f90b8b6efab790ba896b9769a3d4.tar.gz
plus-0fe12f569879f90b8b6efab790ba896b9769a3d4.tar.bz2
plus-0fe12f569879f90b8b6efab790ba896b9769a3d4.tar.xz
plus-0fe12f569879f90b8b6efab790ba896b9769a3d4.zip
Fix enable/disable badges without client restart.
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h
index cd56f5626..6850b2169 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -931,6 +931,14 @@ class Being notfinal : public ActorSprite,
void setTeamId(const uint16_t teamId);
+ void showTeamBadge(const bool show);
+
+ void showGuildBadge(const bool show);
+
+ void showGmBadge(const bool show);
+
+ void showPartyBadge(const bool show);
+
void showBadges(const bool show);
uint16_t getTeamId() const