diff options
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index a93cb04e3..4caf0148c 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -167,6 +167,8 @@ struct mob_data { * Used to flag summon deletions, saves a worth amount of memory **/ bool can_summon : 1; + + int tomb_nid; }; |