Merge branch 'update/skills_Spirit_Handler' of https://github.com/rathena/rathena into update/skills_Spirit_Handler

This commit is contained in:
Atemo 2023-11-03 14:18:04 +01:00
commit ea9d7ea370

View File

@ -3468,6 +3468,7 @@ int battle_get_magic_element(struct block_list* src, struct block_list* target,
element = sd->bonus.arrow_ele; element = sd->bonus.arrow_ele;
break; break;
case SU_CN_METEOR: case SU_CN_METEOR:
case SU_CN_METEOR2:
case SH_HYUN_ROKS_BREEZE: case SH_HYUN_ROKS_BREEZE:
case SH_HYUN_ROK_CANNON: case SH_HYUN_ROK_CANNON:
if (sc && sc->count) { if (sc && sc->count) {