diff options
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index b68c8dde0..4c77b17af 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -3046,7 +3046,7 @@ int mobskill_use(struct mob_data *md, unsigned int tick, int event) continue; } //Skill used. Post-setups... - if(battle_config.mob_ai&0x200) + if(!(battle_config.mob_ai&0x200)) { //pass on delay to same skill. for (j = 0; j < md->db->maxskill; j++) if (md->db->skill[j].skill_id == ms[i].skill_id) |