Fixed no reiteration unit skills fail message back to USESKILL_FAIL_LEVEL.

This commit is contained in:
Daegaladh 2018-02-23 23:49:05 +01:00 committed by Daegaladh
parent 6f91de806c
commit 5f34efdf7a

View File

@ -11441,7 +11441,7 @@ int skill_castend_pos(int tid, unsigned int tick, int id, intptr_t data)
skill_check_unit_range(src,ud->skillx,ud->skilly,ud->skill_id,ud->skill_lv)
)
{
if (sd) clif_skill_fail(sd,ud->skill_id,USESKILL_FAIL_DUPLICATE_RANGEIN,0);
if (sd) clif_skill_fail(sd,ud->skill_id,USESKILL_FAIL_LEVEL,0);
break;
}
if( skill_get_unit_flag(ud->skill_id)&UF_NOFOOTSET &&