summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index adbf65d5c..c33d82501 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -175,8 +175,10 @@ struct mob_data {
* Used to flag summon deletions, saves a worth amount of memory
**/
bool can_summon;
-
- struct npc_data *tomb_npc;
+ /**
+ * MvP Tombstone NPC ID
+ **/
+ int tomb_nid;
};