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;