summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-14 01:32:24 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-14 01:32:24 +0300
commit2822bd9efe74131a6f0614f8092db9c990a0e708 (patch)
treec7b5aec485abd33e3a9d9761430a56e246445270 /src/net/eathena/packetsout.inc
parentacd87806b767d70c0676c0f800e23a7ce4f623e0 (diff)
downloadplus-2822bd9efe74131a6f0614f8092db9c990a0e708.tar.gz
plus-2822bd9efe74131a6f0614f8092db9c990a0e708.tar.bz2
plus-2822bd9efe74131a6f0614f8092db9c990a0e708.tar.xz
plus-2822bd9efe74131a6f0614f8092db9c990a0e708.zip
Add packet CMSG_PET_EVOLUTION 0x09fb.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index b622b0340..b480c16f4 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -336,6 +336,7 @@ packet(CMSG_ATTENDANCE_REWARD, 0x0000, 0, nullptr);
packet(CMSG_MAP_BLOCK_PLAY_CANCEL, 0x0000, 0, nullptr);
packet(CMSG_PRIVATE_AIRSHIP_REQUEST, 0x0000, 0, nullptr);
packet(CMSG_PLAYER_SELECT_STYLE, 0x0000, 0, nullptr);
+packet(CMSG_PET_EVOLUTION, 0x0000, 0, nullptr);
#else
// 20040713
if (packetVersion >= 20040713)
@@ -1258,6 +1259,12 @@ if (packetVersion >= 20131230)
packet(CMSG_MAIL2_SEND_MAIL, 0x09ec, -1, clif->pRodexSendMail);
}
+// 20140122
+if (packetVersion >= 20140122)
+{
+ packet(CMSG_PET_EVOLUTION, 0x09fb, -1, clif->pPetEvolution);
+}
+
// 20140129
if (packetVersion >= 20140129)
{