summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 00:24:58 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 01:02:27 +0300
commit66472d9fcad0938fe2ba97138341043e89ace142 (patch)
tree3b07f1dc5ef7c232bd3e1d24ba8e8db70fb67c50 /src/net/eathena/packetsin.inc
parent2265e3b3558a06e2145a67c4ee517487ca47c81c (diff)
downloadManaVerse-66472d9fcad0938fe2ba97138341043e89ace142.tar.gz
ManaVerse-66472d9fcad0938fe2ba97138341043e89ace142.tar.bz2
ManaVerse-66472d9fcad0938fe2ba97138341043e89ace142.tar.xz
ManaVerse-66472d9fcad0938fe2ba97138341043e89ace142.zip
Add packet SMSG_MAIL2_ICON 0x09e7.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 41cfa1036..c3e20c6c4 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -794,6 +794,9 @@ if (packetVersion >= 20140613)
packet(SMSG_BATTLE_UPDATE_HP, 0x0a0e, 14, &BattleGroundRecv::processBattleUpdateHp, 20140613);
}
+// 20140716
+packet(SMSG_MAIL2_ICON, 0x09e7, 3, &Mail2Recv::processMailIcon, 20140716);
+
// 20141016
packet(SMSG_ROULETTE_OPEN_ACK, 0x0a1a, 23, &RouletteRecv::processRouletteOpenAck, 20141016);
packet(SMSG_ROULETTE_INFO_ACK_TYPE, 0x0a1c, -1, &RouletteRecv::processRouletteInfoAckType, 20141016);