summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-28 18:58:55 +0300
committerAndrei Karas <akaras@inbox.ru>2016-10-28 18:58:55 +0300
commitb0cac7edfaf55819b7c46e9a082d042470221d7e (patch)
treefd0d295607b5434d16a0a70b3a757874d0f8fdf2 /src/net/eathena/packetsout.inc
parentc87ec29ea1b98bc15922f318fcd39aff00af86e6 (diff)
downloadManaVerse-b0cac7edfaf55819b7c46e9a082d042470221d7e.tar.gz
ManaVerse-b0cac7edfaf55819b7c46e9a082d042470221d7e.tar.bz2
ManaVerse-b0cac7edfaf55819b7c46e9a082d042470221d7e.tar.xz
ManaVerse-b0cac7edfaf55819b7c46e9a082d042470221d7e.zip
Add missing packet initialisation for new packets.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index 7e7369d22..64416615f 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -291,6 +291,8 @@ packet(CMSG_NPC_CASH_SHOP_OPEN, 0x0000, 0, nullptr);
packet(CMSG_NPC_CASH_SHOP_REQUEST_TAB, 0x0000, 0, nullptr);
packet(CMSG_NPC_CASH_SHOP_SCHEDULE, 0x0000, 0, nullptr);
packet(CMSG_GUILD_INVITE2, 0x0000, 0, nullptr);
+packet(CMSG_STORAGE_PASSWORD, 0x0000, 0, nullptr);
+packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0000, 0, nullptr);
#else
// 20040713
if (packetVersion >= 20040713)