summaryrefslogtreecommitdiff
path: root/src/map/instance.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-09-23 16:04:42 +0200
committerGitHub <noreply@github.com>2018-09-23 16:04:42 +0200
commit0ffeb619e8ee46ca4a2f7a424211ec5c6d374e0c (patch)
treed3835a540641a99b2c155bcf20b53cdd1d984d24 /src/map/instance.h
parentf82ab088af915d04c77a0d167bdd8b4ef719086c (diff)
parent5f1700478068251ba98c8a612f1744410352d076 (diff)
downloadhercules-0ffeb619e8ee46ca4a2f7a424211ec5c6d374e0c.tar.gz
hercules-0ffeb619e8ee46ca4a2f7a424211ec5c6d374e0c.tar.bz2
hercules-0ffeb619e8ee46ca4a2f7a424211ec5c6d374e0c.tar.xz
hercules-0ffeb619e8ee46ca4a2f7a424211ec5c6d374e0c.zip
Merge pull request #2195 from Asheraf/md_command
Implement PACKET_CZ_MEMORIALDUNGEON_COMMAND
Diffstat (limited to 'src/map/instance.h')
-rw-r--r--src/map/instance.h1
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