From 3cbec0a83b20c88ceb7c68fea532b79260c583a8 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Sat, 10 Aug 2019 12:05:02 +0100 Subject: Implementation of new guild ui client features --- src/map/packets.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/map/packets.h') diff --git a/src/map/packets.h b/src/map/packets.h index 83a9d0322..e91421cfc 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -1954,4 +1954,9 @@ packet(0x96e,clif->ackmergeitems); packet(0x0b22,clif->pHotkeyRowShift2); // CZ_SHORTCUTKEYBAR_ROTATE #endif +#if PACKETVER_MAIN_NUM >= 20190522 || PACKETVER_RE_NUM >= 20190522 || PACKETVER_ZERO_NUM >= 20190515 + packet(0x0b28,clif->pGuildCastleTeleportRequest); + packet(0x0b2c,clif->pGuildCastleInfoRequest); +#endif + #endif /* MAP_PACKETS_H */ -- cgit v1.2.3-70-g09d2