From 3743ebf4da498858f2dcf41acfc4a4edc8385c54 Mon Sep 17 00:00:00 2001 From: Danial Date: Fri, 25 Oct 2019 17:39:41 +1300 Subject: [PATCH] add another bluerite ore (#105) --- .../src/redone/game/content/skills/core/Mining.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2006Redone Server/src/redone/game/content/skills/core/Mining.java b/2006Redone Server/src/redone/game/content/skills/core/Mining.java index 9833001f..5d55e3a1 100644 --- a/2006Redone Server/src/redone/game/content/skills/core/Mining.java +++ b/2006Redone Server/src/redone/game/content/skills/core/Mining.java @@ -55,7 +55,7 @@ public class Mining { CLAY(new int[] { 2108, 2109, 11189, 11190, 11191, 9713, 9711, 14905, 14904 }, 1, 5, 1, 2, new int[] { 434 }), COPPER(new int[] { 3042, 2091, 2090, 9708, 9709, 9710, 11960, 14906, 14907 }, 1, 18, 1, 4, new int[] { 436 }), TIN(new int[] { 2094, 2095, 3043, 9716, 9714, 11958, 11957, 11959, 11933, 11934, 11935, 14903, 14902 }, 1, 18, 1, 4, new int[] { 438 }), - BLURITE(new int[] { 10574, 10583, 2110 }, 10, 20, 1, 42, new int[] { 668 }), + BLURITE(new int[] { 10574, 10583, 10584, 2110 }, 10, 20, 1, 42, new int[] { 668 }), IRON(new int[] { 2093, 2092, 9717, 9718, 9719, 11962, 11956, 11954, 14856, 14857, 14858, 14914, 14913 }, 15, 35, 2, 9, new int[] { 440 }), SILVER(new int[] { 2101, 11186, 11187, 11188, 2100 }, 20, 40, 3, 100, new int[] { 442 }), COAL(new int[] { 2096, 2097, 11963, 11964, 14850, 14851, 14852, 11930, 11931 }, 30, 50, 4, 50, new int[] { 453 }),