summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index 42ca151..eddbfad 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -482,8 +482,7 @@ struct mob_data : block_list
struct mob_skill *skillidx;
std::unique_ptr<tick_t[]> skilldelayup; // [MAX_MOBSKILL];
LevelElement def_ele;
- BlockId parent_id; // monster that spawned this mob
- BlockId master_id; // player that owns the parent
+ BlockId master_id;
BlockId last_master_id;
int master_dist;
int exclusion_src, exclusion_party;