summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-09 02:30:39 +0300
committerAndrei Karas <akaras@inbox.ru>2018-02-09 02:30:39 +0300
commit3ad5dc250eec4fb091840e3834cbc12573e923df (patch)
treed7419c55775f43e93521e40111d8f5d35972faf9 /src/net/eathena/packetsout.inc
parente25a225565c979d96ffcd6e2336f549631c58896 (diff)
downloadplus-3ad5dc250eec4fb091840e3834cbc12573e923df.tar.gz
plus-3ad5dc250eec4fb091840e3834cbc12573e923df.tar.bz2
plus-3ad5dc250eec4fb091840e3834cbc12573e923df.tar.xz
plus-3ad5dc250eec4fb091840e3834cbc12573e923df.zip
Impliment packet CMSG_CLAN_MESSAGE 0x098d.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index 4fda23153..744a90955 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -330,6 +330,7 @@ packet(CMSG_MAIL2_REFRESH_MAIL_LIST, 0x0000, 0, nullptr);
packet(CMSG_MAIL2_OPEN_MAILBOX, 0x0000, 0, nullptr);
packet(CMSG_MAIL2_CLOSE_MAILBOX, 0x0000, 0, nullptr);
packet(CMSG_MAIL2_CANCEL_WRITE_MAIL, 0x0000, 0, nullptr);
+packet(CMSG_CLAN_MESSAGE, 0x0000, 0, nullptr);
#else
// 20040713
if (packetVersion >= 20040713)
@@ -823,6 +824,7 @@ if (packetVersion >= 20120716)
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra);
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId);
packet(CMSG_STORAGE_PASSWORD, 0x0819, 36, clif->pStoragePassword);
+ packet(CMSG_CLAN_MESSAGE, 0x098d, -1, clif->pClanMessage);
}
// 20120925