Prevented Phatasmic Arrow to knock back targets that would die from its attack. #1378
This commit is contained in:
parent
c3b6951ba7
commit
0fe730d972
@ -2942,6 +2942,9 @@ void skill_attack_blow(struct block_list *src, struct block_list *dsrc, struct b
|
|||||||
else
|
else
|
||||||
dir = map_calc_dir(target, skill_area_temp[4], skill_area_temp[5]);
|
dir = map_calc_dir(target, skill_area_temp[4], skill_area_temp[5]);
|
||||||
break;
|
break;
|
||||||
|
case HT_PHANTASMIC: // issue #1378
|
||||||
|
if (status_get_hp(target) - damage <= 0) return;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Blown-specific handling
|
// Blown-specific handling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user