summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-04-08 19:58:28 +0200
committerGitHub <noreply@github.com>2018-04-08 19:58:28 +0200
commit86ca30e4d6140479f66d8d9f75d3f8157b561815 (patch)
treea24b9e26dcf292f9de0b3a64ef3aa5ab4ff02e35 /src/map/npc.h
parent3a067ed5b4e57e6a5f2570421392e2add23947a7 (diff)
parent402a20fbba16a9ba320db0e470dbaf0f62c3b90d (diff)
downloadhercules-86ca30e4d6140479f66d8d9f75d3f8157b561815.tar.gz
hercules-86ca30e4d6140479f66d8d9f75d3f8157b561815.tar.bz2
hercules-86ca30e4d6140479f66d8d9f75d3f8157b561815.tar.xz
hercules-86ca30e4d6140479f66d8d9f75d3f8157b561815.zip
Merge pull request #2001 from guilherme-gm/tombspawn
Added delay to tomb spawn
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index 64a2b3a51..d40e352f4 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -122,6 +122,7 @@ struct npc_data {
struct mob_data *md;
time_t kill_time;
char killer_name[NAME_LENGTH];
+ int spawn_timer;
} tomb;
} u;
struct hplugin_data_store *hdata; ///< HPM Plugin Data Store