diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-24 14:33:31 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-24 14:33:31 +0000 |
commit | 4f8feb79e16e222a71d4fb3b057688ca8285d002 (patch) | |
tree | 84aa2668805b63a55589aa19d64b0fc34fa67ab6 /src/map/mob.c | |
parent | d257a8eea5c92370e8d0e3e2912ac3073015020a (diff) | |
download | hercules-4f8feb79e16e222a71d4fb3b057688ca8285d002.tar.gz hercules-4f8feb79e16e222a71d4fb3b057688ca8285d002.tar.bz2 hercules-4f8feb79e16e222a71d4fb3b057688ca8285d002.tar.xz hercules-4f8feb79e16e222a71d4fb3b057688ca8285d002.zip |
* Some rewrites on Basilica
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1172 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 3 |
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; } |