diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-29 21:11:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-29 21:11:40 +0300 |
commit | 0fe12f569879f90b8b6efab790ba896b9769a3d4 (patch) | |
tree | b81fe57e9defa337c79ab89d37c35bb3bbd8de06 /src/being/being.h | |
parent | aa0bda1d887709c13c64308d33087ad7fc1ac0bf (diff) | |
download | plus-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.h | 8 |
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 |