Follow up to 8d2c26d115f0c44fb2d53efb5409c43ad0103946

This commit is contained in:
Daegaladh 2020-05-10 15:54:43 +02:00
parent 8d2c26d115
commit 48fd0e859b

View File

@ -2272,6 +2272,10 @@ int skill_additional_effect(struct block_list* src, struct block_list *bl, uint1
if (skill == PF_SPIDERWEB) //Special case, due to its nature of coding. if (skill == PF_SPIDERWEB) //Special case, due to its nature of coding.
type = CAST_GROUND; type = CAST_GROUND;
#ifndef RENEWAL
else if (skill == AS_SONICBLOW)
pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.
#endif
sd->state.autocast = 1; sd->state.autocast = 1;
skill_consume_requirement(sd,skill,autospl_skill_lv,1); skill_consume_requirement(sd,skill,autospl_skill_lv,1);