summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorGuilherme G. Menaldo <guilherme.menaldo@outlook.com>2018-03-28 16:23:26 -0300
committerGuilherme G. Menaldo <guilherme.menaldo@outlook.com>2018-04-08 10:17:46 -0300
commit402a20fbba16a9ba320db0e470dbaf0f62c3b90d (patch)
treea647d51492221a0e9caa31e5b532ad23bc15e9bd /src/map/npc.h
parent38527550c17241e1c905f8077f6589413091087e (diff)
downloadhercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.tar.gz
hercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.tar.bz2
hercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.tar.xz
hercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.zip
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