summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2015-10-24 15:49:18 +0200
committerHaruna <haru@dotalux.com>2015-10-24 15:49:18 +0200
commitbe5c38f5bf7f316eebd301f91fde888dffd844e6 (patch)
tree518199824d310cc1f57cdccb74cf1e57dc1660e5 /src/common
parent06d79297d782bb14f16aacdbfbef230e81219fae (diff)
parentce6e0f537fe2f513bb8881d07b37d0d6211e654b (diff)
downloadhercules-be5c38f5bf7f316eebd301f91fde888dffd844e6.tar.gz
hercules-be5c38f5bf7f316eebd301f91fde888dffd844e6.tar.bz2
hercules-be5c38f5bf7f316eebd301f91fde888dffd844e6.tar.xz
hercules-be5c38f5bf7f316eebd301f91fde888dffd844e6.zip
Merge pull request #811 from ossi0110/master
Fixed Quest Log Packet for 2014-10-22 + Clients
Diffstat (limited to 'src/common')
-rw-r--r--src/common/HPMDataCheck.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h
index 923b6ccbf..c60bec4c8 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -492,6 +492,7 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
{ "packet_itemlist_equip", sizeof(struct packet_itemlist_equip), SERVER_TYPE_MAP },
{ "packet_itemlist_normal", sizeof(struct packet_itemlist_normal), SERVER_TYPE_MAP },
{ "packet_maptypeproperty2", sizeof(struct packet_maptypeproperty2), SERVER_TYPE_MAP },
+ { "packet_mission_info_sub", sizeof(struct packet_mission_info_sub), SERVER_TYPE_MAP },
{ "packet_monster_hp", sizeof(struct packet_monster_hp), SERVER_TYPE_MAP },
{ "packet_notify_bounditem", sizeof(struct packet_notify_bounditem), SERVER_TYPE_MAP },
{ "packet_npc_market_open", sizeof(struct packet_npc_market_open), SERVER_TYPE_MAP },
@@ -499,6 +500,8 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
{ "packet_npc_market_result_ack", sizeof(struct packet_npc_market_result_ack), SERVER_TYPE_MAP },
{ "packet_package_item_announce", sizeof(struct packet_package_item_announce), SERVER_TYPE_MAP },
{ "packet_party_leader_changed", sizeof(struct packet_party_leader_changed), SERVER_TYPE_MAP },
+ { "packet_quest_list_header", sizeof(struct packet_quest_list_header), SERVER_TYPE_MAP },
+ { "packet_quest_list_info", sizeof(struct packet_quest_list_info), SERVER_TYPE_MAP },
{ "packet_roulette_close_ack", sizeof(struct packet_roulette_close_ack), SERVER_TYPE_MAP },
{ "packet_roulette_generate_ack", sizeof(struct packet_roulette_generate_ack), SERVER_TYPE_MAP },
{ "packet_roulette_info_ack", sizeof(struct packet_roulette_info_ack), SERVER_TYPE_MAP },