diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-05-14 20:51:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-14 20:51:36 +0300 |
commit | 5f82169b8d23d70760967da59709c86abc5ae949 (patch) | |
tree | 5ec68e9af60e6122ca9ae0af163a46be6c606df4 /src/net/eathena/packetsin.inc | |
parent | bb5f144ce9e58def9706e4fa15e5d2d676566c8b (diff) | |
download | mv-5f82169b8d23d70760967da59709c86abc5ae949.tar.gz mv-5f82169b8d23d70760967da59709c86abc5ae949.tar.bz2 mv-5f82169b8d23d70760967da59709c86abc5ae949.tar.xz mv-5f82169b8d23d70760967da59709c86abc5ae949.zip |
Add packet SMSG_REFINE_WINDOW_OPEN 0x0aa0
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index b3e442f9f..753b8a66f 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -1119,6 +1119,12 @@ if (packetVersion >= 20161026) packet(SMSG_GUILD_MEMBER_LIST, 0x0aa5, -1, &GuildRecv::processGuildMemberList, 20161026); } +// 20161130 main +if (packetVersionMain >= 20161130) +{ + packet(SMSG_REFINE_WINDOW_OPEN, 0x0aa0, 2, &RefineRecv::processRefineOpen, 20161130); +} + // 20161130 re if (packetVersionRe >= 20161130) { |