summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-25 23:15:40 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-25 23:15:40 +0300
commitb859885c6fcfa1828cd966162d6081638e151280 (patch)
tree99ad42ce582d3160313f5108d8c7e5d6d118ac25 /src/net/eathena/playerrecv.h
parent3f5414baed89f0ca2d06a9f91d8f9993bb125a78 (diff)
downloadplus-b859885c6fcfa1828cd966162d6081638e151280.tar.gz
plus-b859885c6fcfa1828cd966162d6081638e151280.tar.bz2
plus-b859885c6fcfa1828cd966162d6081638e151280.tar.xz
plus-b859885c6fcfa1828cd966162d6081638e151280.zip
Add packet SMSG_PLAYER_SET_TITLE_ACK 0x0a2f.
Diffstat (limited to 'src/net/eathena/playerrecv.h')
-rw-r--r--src/net/eathena/playerrecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/playerrecv.h b/src/net/eathena/playerrecv.h
index 1d43765be..324c72092 100644
--- a/src/net/eathena/playerrecv.h
+++ b/src/net/eathena/playerrecv.h
@@ -57,6 +57,7 @@ namespace EAthena
void processPlayerAttrs(Net::MessageIn &msg);
void processPlayerStatUpdate7(Net::MessageIn &msg);
void processSelectStyleAck(Net::MessageIn &msg);
+ void processSetTitleAck(Net::MessageIn &msg);
} // namespace PlayerRecv
} // namespace EAthena