From 4c837b36ae3befab8e3ddc193db062376fdd71cf Mon Sep 17 00:00:00 2001 From: Sola Date: Mon, 28 Dec 2015 10:14:56 +0800 Subject: [PATCH] correct block data DM_10 --- src/main/java/love/sola/netsupport/enums/Block.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/love/sola/netsupport/enums/Block.java b/src/main/java/love/sola/netsupport/enums/Block.java index 8e72008..51f6702 100644 --- a/src/main/java/love/sola/netsupport/enums/Block.java +++ b/src/main/java/love/sola/netsupport/enums/Block.java @@ -67,7 +67,7 @@ public class Block { AVAILABLE[BM_7] = new int[]{100, 216, 317, 417, 517, 617, 717}; AVAILABLE[BM_8] = new int[]{100, 221, 321, 421, 521, 621, 721}; AVAILABLE[BM_9] = new int[]{100, 221, 321, 421, 521, 621}; - AVAILABLE[BM_10] = new int[]{100, 239, 354, 454, 564, 664, 764, 864}; + AVAILABLE[BM_10] = new int[]{111, 239, 354, 454, 564, 664, 764, 864}; AVAILABLE[BM_11] = new int[]{100, 213, 321, 421, 521, 621, 721, 821}; AVAILABLE[DM_12] = new int[]{119, 221, 321, 421, 521, 621, 720}; AVAILABLE[DM_13] = new int[]{120, 222, 322, 422, 522, 622, 722};