summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index cc8389a6b..90ea85d4a 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -1106,6 +1106,7 @@ struct packet_npc_market_purchase {
unsigned short ITID;
int qty;
} list[MAX_INVENTORY];/* assuming MAX_INVENTORY is max since you can't hold more than MAX_INVENTORY items thus cant buy that many at once. */
+ // TODO[Haru]: Change to a flexible array
} __attribute__((packed));
struct packet_npc_market_result_ack {