diff options
author | panikon <panikon@zoho.com> | 2014-05-07 19:41:46 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-05-07 19:41:46 -0300 |
commit | 095c47f5345f63da79495487ca58b7a21800fb6c (patch) | |
tree | cd3cd96f592e26782e9c627c6fb4d20a78077c35 /src/map/clif.c | |
parent | acf4079c828a56c5ba761698b425168110d3722f (diff) | |
download | hercules-095c47f5345f63da79495487ca58b7a21800fb6c.tar.gz hercules-095c47f5345f63da79495487ca58b7a21800fb6c.tar.bz2 hercules-095c47f5345f63da79495487ca58b7a21800fb6c.tar.xz hercules-095c47f5345f63da79495487ca58b7a21800fb6c.zip |
Follow up to 9a425c1
Special thanks to @MishimaHaruna
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 24dcfebf4..d3c4dd7f1 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -61,8 +61,10 @@ static struct packet_itemlist_equip itemlist_equip; static struct packet_storelist_normal storelist_normal; static struct packet_storelist_equip storelist_equip; static struct packet_viewequip_ack viewequip_list; +#if PACKETVER >= 20131223 static struct packet_npc_market_result_ack npcmarket_result; static struct packet_npc_market_open npcmarket_open; +#endif //#define DUMP_UNKNOWN_PACKET //#define DUMP_INVALID_PACKET |