summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-06 02:43:19 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-06 02:43:19 +0300
commit3f61f517230632fc5fef8cb3c2f47247c431dd44 (patch)
treef158ebe5f9a956df1a15bfc301a1bac30abdffb5 /src/net/eathena/packetsin.inc
parent206123cda79c8b77aafcd042c99f5ea1c38f084d (diff)
downloadplus-3f61f517230632fc5fef8cb3c2f47247c431dd44.tar.gz
plus-3f61f517230632fc5fef8cb3c2f47247c431dd44.tar.bz2
plus-3f61f517230632fc5fef8cb3c2f47247c431dd44.tar.xz
plus-3f61f517230632fc5fef8cb3c2f47247c431dd44.zip
Add packet SMSG_DRESS_ROOM_OPEN 0x0a02.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 7f7200fc8..c7eb6e537 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -460,3 +460,9 @@ if (serverVersion >= 8 && packetVersion >= 20150226)
packet(SMSG_PLAYER_CART_EQUIP, 0x0a0f, -1, &InventoryRecv::processPlayerCartEquip);
packet(SMSG_PLAYER_STORAGE_EQUIP, 0x0a10, -1, &InventoryRecv::processPlayerStorageEquip);
}
+
+// partial implimentation for future use
+if (packetVersion >= 20150513)
+{
+ packet(SMSG_DRESS_ROOM_OPEN, 0x0a02, 4, &PlayerRecv::processDressRoomOpen);
+}