summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 1d099835a..0600ff531 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -679,7 +679,7 @@ int mob_spawn (struct mob_data *md)
if (!md->level) // [Valaris]
md->level=md->db->lv;
- md->master_id = 0;
+// md->master_id = 0;
md->master_dist = 0;
md->state.aggressive = md->db->mode&MD_ANGRY?1:0;