diff options
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index b7069c258..953bc287d 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -9,7 +9,7 @@ #include "map.h" // struct status_data, struct view_data, struct mob_skill #include "status.h" // struct status data, struct status_change #include "unit.h" // unit_stop_walking(), unit_stop_attack() - +#include "npc.h" #define MAX_RANDOMMONSTER 4 @@ -175,7 +175,7 @@ struct mob_data { **/ bool can_summon : 1; - int tomb_nid; + struct npc_data *tomb_npc; }; |