diff options
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 709886e76..c43d1374e 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -911,7 +911,7 @@ int unit_skilluse_id2(struct block_list *src, int target_id, short skill_num, sh break; } if (!skill_check_condition(sd, skill_num, skill_lv, 0)) - return 0; + return 0; } //TODO: Add type-independant skill_check_condition function. if (src->type == BL_MOB) { |