From 6d7bd24771e4d09fb0a68b7d556d12d5690bbc06 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:59:37 +0200 Subject: Added unique rune to the itemresolutionquery (#801) --- .../io/github/moulberry/notenoughupdates/util/ItemResolutionQuery.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/io') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/ItemResolutionQuery.java b/src/main/java/io/github/moulberry/notenoughupdates/util/ItemResolutionQuery.java index cf508a33..2cccce72 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/ItemResolutionQuery.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/ItemResolutionQuery.java @@ -110,6 +110,7 @@ public class ItemResolutionQuery { resolvedName = resolvePetName(); break; case "RUNE": + case "UNIQUE_RUNE": resolvedName = resolveRuneName(); break; case "ENCHANTED_BOOK": -- cgit