Browse Source

BETA: `CA5` skill operate type should not be continuous.

Nos 11 years ago
parent
commit
0a63047ed6

+ 0 - 1
L2J_Server_BETA/java/com/l2jserver/gameserver/model/skills/L2SkillOpType.java

@@ -117,7 +117,6 @@ public enum L2SkillOpType
 			case A2:
 			case A3:
 			case A4:
-			case CA5:
 			case DA2:
 				return true;
 			default: