From eeb9be74f9b699f7914a5f23e30d07c08c0bbf75 Mon Sep 17 00:00:00 2001 From: Sn0wStorm Date: Thu, 29 Oct 2020 17:02:53 +0100 Subject: [PATCH] Fix Alc Lore not updating properly #328 --- src/com/dre/brewery/lore/BrewLore.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/dre/brewery/lore/BrewLore.java b/src/com/dre/brewery/lore/BrewLore.java index 4b4657f..6453f2e 100644 --- a/src/com/dre/brewery/lore/BrewLore.java +++ b/src/com/dre/brewery/lore/BrewLore.java @@ -520,10 +520,10 @@ public class BrewLore { STARS("§s"), INGR("§v"), COOK("§w"), - DISTILL("§x"), + DISTILL("§p"), AGE("§y"), WOOD("§z"), - ALC("§k"); + ALC("§q"); public final String id;