diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-09 02:30:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-09 02:30:39 +0300 |
commit | 3ad5dc250eec4fb091840e3834cbc12573e923df (patch) | |
tree | d7419c55775f43e93521e40111d8f5d35972faf9 /src/net/eathena/packetsout.inc | |
parent | e25a225565c979d96ffcd6e2336f549631c58896 (diff) | |
download | mv-3ad5dc250eec4fb091840e3834cbc12573e923df.tar.gz mv-3ad5dc250eec4fb091840e3834cbc12573e923df.tar.bz2 mv-3ad5dc250eec4fb091840e3834cbc12573e923df.tar.xz mv-3ad5dc250eec4fb091840e3834cbc12573e923df.zip |
Impliment packet CMSG_CLAN_MESSAGE 0x098d.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r-- | src/net/eathena/packetsout.inc | 2 |
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 |