diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-25 23:05:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-25 23:05:23 +0300 |
commit | 3f5414baed89f0ca2d06a9f91d8f9993bb125a78 (patch) | |
tree | 444ce3b9368122b71ededf135edc33cedcddf66b /src/net/playerhandler.h | |
parent | f726b2f2e39711fc043a36518601d81b57294efd (diff) | |
download | manaverse-3f5414baed89f0ca2d06a9f91d8f9993bb125a78.tar.gz manaverse-3f5414baed89f0ca2d06a9f91d8f9993bb125a78.tar.bz2 manaverse-3f5414baed89f0ca2d06a9f91d8f9993bb125a78.tar.xz manaverse-3f5414baed89f0ca2d06a9f91d8f9993bb125a78.zip |
Add packet CMSG_PLAYER_SET_TITLE 0x0a2e.
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r-- | src/net/playerhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h index ae4c1f61f..58c4466b3 100644 --- a/src/net/playerhandler.h +++ b/src/net/playerhandler.h @@ -119,6 +119,8 @@ class PlayerHandler notfinal const int middleStyle, const int bottomStyle, const int bodyStyle) const = 0; + + virtual void setTitle(const int titleId) const = 0; }; } // namespace Net |