summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-03 20:36:16 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-03 20:36:16 +0300
commit2d1aeada08b38ae81b8260f492deec50540b8464 (patch)
tree13e70e5a2131636fbfa0cf794f5099dfa31b8514 /src
parentf26d3df5feef535d3eede09f581a5cbc08cae2a1 (diff)
downloadplus-2d1aeada08b38ae81b8260f492deec50540b8464.tar.gz
plus-2d1aeada08b38ae81b8260f492deec50540b8464.tar.bz2
plus-2d1aeada08b38ae81b8260f492deec50540b8464.tar.xz
plus-2d1aeada08b38ae81b8260f492deec50540b8464.zip
Add packet SMSG_MAP_LOGIN_SUCCESS 0x0073.
Diffstat (limited to 'src')
-rw-r--r--src/net/eathena/packetsin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index cc925ffec..db8eef64b 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -47,6 +47,7 @@ packet(SMSG_BEING_MOVE, 0x007b, 60, &BeingRecv::processBeing
packet(SMSG_PARTY_INVITED, 0x00fe, 30, &PartyRecv::processPartyInvited, 1);
packet(SMSG_PARTY_SETTINGS, 0x0101, 6, &PartyRecv::processPartySettings, 1);
packet(SMSG_PLAYER_HP, 0x0106, 10, &BeingRecv::processBeingHp, 1);
+packet(SMSG_MAP_LOGIN_SUCCESS, 0x0073, 11, &GameRecv::processMapLogin, 1);
// fake packets for add packet name
packet(SMSG_SELECT_CART, 0x0000, 0, nullptr, 0);