diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-08-28 14:45:42 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-08-28 20:19:56 +0100 |
commit | 5f1700478068251ba98c8a612f1744410352d076 (patch) | |
tree | 0b154062a1cfef6540dd1a778ebbc0de88601ca1 /src/map/instance.h | |
parent | 60382483cc141a8f58859cb972db78c0aaaa08c4 (diff) | |
download | hercules-5f1700478068251ba98c8a612f1744410352d076.tar.gz hercules-5f1700478068251ba98c8a612f1744410352d076.tar.bz2 hercules-5f1700478068251ba98c8a612f1744410352d076.tar.xz hercules-5f1700478068251ba98c8a612f1744410352d076.zip |
Implement PACKET_CZ_MEMORIALDUNGEON_COMMAND
Diffstat (limited to 'src/map/instance.h')
-rw-r--r-- | src/map/instance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/instance.h b/src/map/instance.h index ff7e49a7f..91928bf40 100644 --- a/src/map/instance.h +++ b/src/map/instance.h @@ -96,6 +96,7 @@ struct instance_interface { void (*set_timeout) (int instance_id, unsigned int progress_timeout, unsigned int idle_timeout); bool (*valid) (int instance_id); int (*destroy_timer) (int tid, int64 tick, int id, intptr_t data); + void (*force_destroy) (struct map_session_data *sd); }; #ifdef HERCULES_CORE |