Explorar el Código

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.
Aleos hace 1 año
padre
commit
7913eda1e6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/map/skill.cpp

+ 1 - 0
src/map/skill.cpp

@@ -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: