소스 검색

BETA: Main func must be before all.

	Reported by: lion
	Patch by: JIV
Adry_85 12 년 전
부모
커밋
e2f60ee27e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      L2J_Server_BETA/java/com/l2jserver/gameserver/model/skills/funcs/formulas/FuncMAtkCritical.java

+ 1 - 1
L2J_Server_BETA/java/com/l2jserver/gameserver/model/skills/funcs/formulas/FuncMAtkCritical.java

@@ -38,7 +38,7 @@ public class FuncMAtkCritical extends Func
 	
 	private FuncMAtkCritical()
 	{
-		super(Stats.MCRITICAL_RATE, 0x30, null);
+		super(Stats.MCRITICAL_RATE, 0x09, null);
 	}
 	
 	@Override