From 5f1700478068251ba98c8a612f1744410352d076 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Tue, 28 Aug 2018 14:45:42 +0100 Subject: Implement PACKET_CZ_MEMORIALDUNGEON_COMMAND --- src/map/clif.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index e3b2a90d3..13693bd11 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -660,6 +660,10 @@ enum stylist_shop { STYLIST_SHOP_FAILURE }; +enum memorial_dungeon_command { + COMMAND_MEMORIALDUNGEON_DESTROY_FORCE = 0x3, +}; + /** * Clif.c Interface **/ @@ -1527,6 +1531,7 @@ struct clif_interface { void (*pPetEvolution) (int fd, struct map_session_data *sd); void (*petEvolutionResult) (int fd, enum pet_evolution_result result); void (*party_dead_notification) (struct map_session_data *sd); + void (*pMemorialDungeonCommand) (int fd, struct map_session_data *sd); }; #ifdef HERCULES_CORE -- cgit v1.2.3-70-g09d2