summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-14 00:13:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-14 00:13:08 +0300
commit55901aee07fe748590acb31b69777b1b6e914b6c (patch)
treeec333cf05b4ac8a2b4f2a8736b9fc657301f5a59 /src/net/eathena/protocol.h
parentbde97e51963bc89b5922707fa628ffbeb7b03b01 (diff)
downloadplus-55901aee07fe748590acb31b69777b1b6e914b6c.tar.gz
plus-55901aee07fe748590acb31b69777b1b6e914b6c.tar.bz2
plus-55901aee07fe748590acb31b69777b1b6e914b6c.tar.xz
plus-55901aee07fe748590acb31b69777b1b6e914b6c.zip
eathena: add partial support for packet SMSG_FRIENDS_PLAYER_ONLINE 0x0206.
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 b117e1af0..113c7d8a6 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -287,6 +287,8 @@
#define SMSG_HOMUNCULUS_SKILL_UP 0x0239
#define SMSG_HOMUNCULUS_FOOD 0x022f
+#define SMSG_FRIENDS_PLAYER_ONLINE 0x0206
+
/**********************************
* Packets from client to server *
**********************************/