From 8e82b3e398e61a0340476dfe0ea36d505f3d11ae Mon Sep 17 00:00:00 2001 From: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> Date: Sat, 14 Dec 2024 12:31:31 -0500 Subject: [PATCH] fix: incorrect slot ids for Quad Link Legacy --- .../features/impl/rift/solvers/QuadLinkLegacySolver.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/gg/skytils/skytilsmod/features/impl/rift/solvers/QuadLinkLegacySolver.kt b/src/main/kotlin/gg/skytils/skytilsmod/features/impl/rift/solvers/QuadLinkLegacySolver.kt index 60d23cd9b..154600f10 100644 --- a/src/main/kotlin/gg/skytils/skytilsmod/features/impl/rift/solvers/QuadLinkLegacySolver.kt +++ b/src/main/kotlin/gg/skytils/skytilsmod/features/impl/rift/solvers/QuadLinkLegacySolver.kt @@ -34,8 +34,8 @@ import java.awt.Color object QuadLinkLegacySolver { const val guiTitle = "Quad Link Legacy - Wizardman" - const val oppSlot = 17 - const val ourSlot = 24 + const val oppSlot = 18 + const val ourSlot = 26 // he takes up the middle 7 slots for each row of the chest // this is [row][column]