summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-06 15:08:12 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-06 15:08:12 +0300
commit008424242578ca993a03b911a3c737e1faa6141e (patch)
treeb1f7e6c2c191ffa4b3c9922dbde3058c4847b9db /src/net/eathena/packetsout.inc
parente9086c7379bced3f95fe73bb0de12655470e56c9 (diff)
downloadManaVerse-008424242578ca993a03b911a3c737e1faa6141e.tar.gz
ManaVerse-008424242578ca993a03b911a3c737e1faa6141e.tar.bz2
ManaVerse-008424242578ca993a03b911a3c737e1faa6141e.tar.xz
ManaVerse-008424242578ca993a03b911a3c737e1faa6141e.zip
Add packet CMSG_BLACKSMITH_RANKS 0x0217.
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 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