diff options
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 5e5bcb41a..47f6117d9 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -62,6 +62,11 @@ struct npc_data { short x,y; // destination coords unsigned short mapindex; // destination map } warp; + struct { + struct mob_data *md; + time_t kill_time; + char *killer_name; + } tomb; } u; }; |