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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 130852c97..bce79d5f8 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -507,8 +507,7 @@ static int mob_walk(struct mob_data *md,unsigned int tick,int data)
return 0;
}
- if (skill_check_basilica (&md->bl,x+dx,y+dy) ||
- skill_check_moonlit (&md->bl,x+dx,y+dy)) {
+ if (skill_check_moonlit (&md->bl,x+dx,y+dy)) {
mob_walktoxy_sub(md);
return 0;
}