summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-30 18:49:42 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-30 18:49:42 +0300
commitb205c5b9e6614a2821f2a44dc104306a27ade7ba (patch)
tree510b4d126b64b9db4abaedd3f7a708bb9e0e0435 /src/net/eathena/protocol.h
parentfde614c1e6e944b4805e7e6a89689b9d546330ad (diff)
downloadplus-b205c5b9e6614a2821f2a44dc104306a27ade7ba.tar.gz
plus-b205c5b9e6614a2821f2a44dc104306a27ade7ba.tar.bz2
plus-b205c5b9e6614a2821f2a44dc104306a27ade7ba.tar.xz
plus-b205c5b9e6614a2821f2a44dc104306a27ade7ba.zip
eathena: add packet SMSG_NPC_CHANGETITLE 0x0b06.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index 0ac0a1fcc..ccbf2ac19 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -154,6 +154,7 @@
#define SMSG_NPC_INT_INPUT 0x0142 /**< Integer input */
#define SMSG_NPC_STR_INPUT 0x01d4 /**< String input */
#define SMSG_NPC_SHOW_PROGRESS_BAR 0x02f0
+#define SMSG_NPC_CHANGETITLE 0x0b06
#define SMSG_PLAYER_CHAT 0x008e /**< Player talks */
#define SMSG_WHISPER 0x0097 /**< Whisper Recieved */
#define SMSG_WHISPER_RESPONSE 0x09df
@@ -315,6 +316,7 @@
#define SMSG_MAP_MUSIC 0x0b05
+
/**********************************
* Packets from client to server *
**********************************/