summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-25 03:55:19 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 03:55:19 +0300
commite8c9fc4b089590e02dad6503ab22c5eb95082246 (patch)
tree50cb40bcaa29c221e7b47e3b04adff99d35160a2
parent6840abff7dd6a96b8584b7e425028ce786f9ac57 (diff)
downloadplus-e8c9fc4b089590e02dad6503ab22c5eb95082246.tar.gz
plus-e8c9fc4b089590e02dad6503ab22c5eb95082246.tar.bz2
plus-e8c9fc4b089590e02dad6503ab22c5eb95082246.tar.xz
plus-e8c9fc4b089590e02dad6503ab22c5eb95082246.zip
Update versions for packet SMSG_PLAYER_SKILL_AUTO_SPELLS
-rw-r--r--src/net/eathena/packetsin.inc14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 053988d8e..5e2b3eb5d 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -241,7 +241,6 @@ packet(SMSG_PLAYER_REFINE, 0x0188, 8, &InventoryRecv::processP
packet(SMSG_PLAYER_REPAIR_EFFECT, 0x01fe, 5, &InventoryRecv::processPlayerRepairEffect, 0);
packet(SMSG_PLAYER_REPAIR_LIST, 0x01fc, -1, &InventoryRecv::processPlayerRepairList, 0);
packet(SMSG_PLAYER_SKILLS, 0x010f, -1, &SkillRecv::processPlayerSkills, 0);
-packet(SMSG_PLAYER_SKILL_AUTO_SPELLS, 0x01cd, 30, &SkillRecv::processSkillAutoSpells1, 0);
packet(SMSG_PLAYER_SKILL_PRODUCE_EFFECT, 0x018f, 6, &SkillRecv::processSkillProduceEffect, 0);
packet(SMSG_PLAYER_SKILL_PRODUCE_MIX_LIST, 0x018d, -1, &SkillRecv::processSkillProduceMixList, 0);
packet(SMSG_PLAYER_SKILL_UP, 0x010e, 11, &Ea::SkillRecv::processPlayerSkillUp, 0);
@@ -555,6 +554,18 @@ if (packetVersionRe >= 20090401)
packet(SMSG_MVP_EXP, 0x010b, 6, &ChatRecv::processMVPExp, 20090401);
}
+// all re
+if (packets_re == true)
+{
+ packet(SMSG_PLAYER_SKILL_AUTO_SPELLS, 0x01cd, 30, &SkillRecv::processSkillAutoSpells1, 0);
+}
+
+// 20090406 main
+if (packetVersionRe >= 20090406)
+{
+ packet(SMSG_PLAYER_SKILL_AUTO_SPELLS, 0x01cd, 30, &SkillRecv::processSkillAutoSpells1, 20090406);
+}
+
// 20090603
packet(SMSG_PARTY_SETTINGS, 0x07d8, 8, &PartyRecv::processPartySettings, 20090603);
packet(SMSG_PLAYER_SHORTCUTS, 0x07d9, 268, &PlayerRecv::processPlayerShortcuts, 20090603);
@@ -1190,6 +1201,7 @@ if (packets_zero == true)
packet(SMSG_ITEM_PREVIEW1, 0x0ab9, 39, &InventoryRecv::processShowItemPreview1, 20171018);
packet(SMSG_LOGIN_OTP, 0x0ad1, -1, &LoginRecv::processLoginOtp1, 20171018);
packet(SMSG_LOGIN_MOBILE_OTP, 0x09a2, 6, &LoginRecv::processMobileOtp, 20171018);
+ packet(SMSG_PLAYER_SKILL_AUTO_SPELLS, 0x01cd, 30, &SkillRecv::processSkillAutoSpells1, 20171018);
}
// 20171019 zero