Browse Source

Abnormal fix, thanks Gnacik (DP update required)

_DS_ 15 years ago
parent
commit
090777fe85

+ 1 - 1
L2_GameServer/java/com/l2jserver/gameserver/skills/AbnormalEffect.java

@@ -58,7 +58,7 @@ public enum AbnormalEffect
 	CONFUSED("confused", 0x0020),
 	
 	// special effects
-	S_INVULNERABLE("invulnerable", 0x000001),
+	S_INVINCIBLE("invincible", 0x000001),
 	S_AIR_STUN("redglow", 0x000002),
 	S_AIR_ROOT("redglow2", 0x000004),
 	S_BAGUETTE_SWORD("baguettesword", 0x000008),