Browse Source

Renaming two abnormals by Gnacik's request.

_DS_ 15 năm trước cách đây
mục cha
commit
6d02082a23

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

@@ -59,8 +59,8 @@ public enum AbnormalEffect
 	
 	// special effects
 	S_INVINCIBLE("invincible", 0x000001),
-	S_AIR_STUN("redglow", 0x000002),
-	S_AIR_ROOT("redglow2", 0x000004),
+	S_AIR_STUN("airstun", 0x000002),
+	S_AIR_ROOT("airroot", 0x000004),
 	S_BAGUETTE_SWORD("baguettesword", 0x000008),
 	S_YELLOW_AFFRO("yellowafro", 0x000010),
 	S_PINK_AFFRO("pinkafro", 0x000020),