Fixes Lux Anima applying Giant Growth (#7792)

* Adds a missing break which was resulting in Lux Anima attempting to cast the Giant Growth Rune.
* This is in conjunction with the revamp of this skill not applying other Runes effects anymore.
This commit is contained in:
Aleos
2023-06-01 15:15:27 -04:00
committed by GitHub
parent 251cfa2c9c
commit 7913eda1e6

View File

@@ -10690,6 +10690,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui
break;
case RK_LUXANIMA:
status_change_clear_buffs(bl, SCCB_LUXANIMA); // For bonus_script
break;
case RK_GIANTGROWTH:
case RK_STONEHARDSKIN:
case RK_VITALITYACTIVATION: