diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-25 22:46:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-25 22:46:52 +0300 |
commit | f726b2f2e39711fc043a36518601d81b57294efd (patch) | |
tree | 97c3c1f33e8f13689de3c02fc7eddf4cfae1ead8 /src/net/eathena/packetsin.inc | |
parent | d1e4efbd2f0dedf93a0d711eba97298a290a32cd (diff) | |
download | mv-f726b2f2e39711fc043a36518601d81b57294efd.tar.gz mv-f726b2f2e39711fc043a36518601d81b57294efd.tar.bz2 mv-f726b2f2e39711fc043a36518601d81b57294efd.tar.xz mv-f726b2f2e39711fc043a36518601d81b57294efd.zip |
Add packet SMSG_FORMAT_MESSAGE_STRING_COLOR 0x0a6f.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 191e801f5..b11b20fbd 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -981,6 +981,7 @@ if (packetVersion >= 20151223) if (packetVersion >= 20160330) { packet(SMSG_MAP_LOGIN_SUCCESS, 0x02eb, 13, &GameRecv::processMapLogin, 20160330); + packet(SMSG_FORMAT_MESSAGE_STRING_COLOR, 0x0a6f, -1, &ChatRecv::processFormatMessageStringColor, 20160330); } // 20160622 |