From f5ee64e4efd5e93500485802880c5fd314e3978e Mon Sep 17 00:00:00 2001 From: gregf36665 Date: Fri, 9 Aug 2024 21:01:28 +0100 Subject: [PATCH] Add mogre as a task that can be assigned --- .../main/kotlin/SlayerTrackerPlugin/plugin.kt | 69 ++++++++++--------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/plugin-playground/src/main/kotlin/SlayerTrackerPlugin/plugin.kt b/plugin-playground/src/main/kotlin/SlayerTrackerPlugin/plugin.kt index 4455cd9..50bfbdb 100644 --- a/plugin-playground/src/main/kotlin/SlayerTrackerPlugin/plugin.kt +++ b/plugin-playground/src/main/kotlin/SlayerTrackerPlugin/plugin.kt @@ -117,40 +117,41 @@ class plugin : Plugin() { 56 -> 2402 57 -> 9007 58 -> 2359 - 59 -> 10997 - 60 -> 12201 - 61 -> 12570 - 62 -> 7420 - 63 -> 4148 - 64 -> 4818 - 65 -> 6109 - 66 -> 4138 - 67 -> 8134 - 68 -> 4136 - 69 -> 9032 - 70 -> 12055 - 71 -> 7576 - 72 -> 10634 - 73 -> 1165 - 74 -> 6811 - 75 -> 553 - 76 -> 8135 - 77 -> 11732 - 78 -> 10284 - 79 -> 13923 - 80 -> 2353 - 81 -> 9105 - 82 -> 10591 - 83 -> 8136 - 84 -> 4143 - 85 -> 1549 - 86 -> 4519 - 87 -> 24 - 88 -> 10535 - 89 -> 571 - 90 -> 2952 - 91 -> 958 - 92 -> 7594 + 59 -> 6661 + 60 -> 10997 + 61 -> 12201 + 62 -> 12570 + 63 -> 7420 + 64 -> 4148 + 65 -> 4818 + 66 -> 6109 + 67 -> 4138 + 68 -> 8134 + 69 -> 4136 + 70 -> 9032 + 71 -> 12055 + 72 -> 7576 + 73 -> 10634 + 74 -> 1165 + 75 -> 6811 + 76 -> 553 + 77 -> 8135 + 78 -> 11732 + 79 -> 10284 + 80 -> 13923 + 81 -> 2353 + 82 -> 9105 + 83 -> 10591 + 84 -> 8136 + 85 -> 4143 + 86 -> 1549 + 87 -> 4519 + 88 -> 24 + 89 -> 10535 + 90 -> 571 + 91 -> 2952 + 92 -> 958 + 93 -> 7594 else -> -1 }