summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 507c8362d..4e81b3bf3 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1910,4 +1910,8 @@ packet(0x96e,clif->ackmergeitems);
packet(0x0b11,clif->pStopUseSkillToId);
#endif
+#if PACKETVER_MAIN_NUM >= 20181031 || PACKETVER_RE_NUM >= 20181031 || PACKETVER_ZERO_NUM >= 20181114
+ packet(0x0b14,clif->pInventoryExpansion);
+#endif
+
#endif /* MAP_PACKETS_H */