From 008424242578ca993a03b911a3c737e1faa6141e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Apr 2016 15:08:12 +0300 Subject: Add packet CMSG_BLACKSMITH_RANKS 0x0217. --- src/net/eathena/packetsout.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena/packetsout.inc') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index c99561406..17bb98078 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -279,6 +279,7 @@ packet(CMSG_SELECT_CART, 0x0980); if (packetVersion >= 20041108) { packet(CMSG_ALCHEMIST_RANKS, 0x0218); + packet(CMSG_BLACKSMITH_RANKS, 0x0217); } // 20150513 if (packetVersion >= 20150513) @@ -289,6 +290,7 @@ if (packetVersion >= 20150513) #else // 0 packet(CMSG_ALCHEMIST_RANKS, 0x0000); +packet(CMSG_BLACKSMITH_RANKS, 0x0000); #endif // 20150513 -- cgit v1.2.3-70-g09d2