From 9506d3af76d8517e3276c86905337be0246a1672 Mon Sep 17 00:00:00 2001 From: NGnius Date: Sat, 6 Mar 2021 21:05:50 -0500 Subject: [PATCH] Make scroll speed bugfix id unique after merge --- CLre/Fixes/InventoryPanelScrollEngineFix.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLre/Fixes/InventoryPanelScrollEngineFix.cs b/CLre/Fixes/InventoryPanelScrollEngineFix.cs index 37448bc..ed8db71 100644 --- a/CLre/Fixes/InventoryPanelScrollEngineFix.cs +++ b/CLre/Fixes/InventoryPanelScrollEngineFix.cs @@ -9,7 +9,7 @@ namespace CLre.Fixes [Bugfix(name = "ScrollSpeedImprovement", description = "Improve mouse wheel scroll speed in inventory", more = "https://trello.com/c/elL8IVdn/4-scroll-menus-are-insensitive", - component = BugfixType.HarmonyPatch, id = 4)] + component = BugfixType.HarmonyPatch, id = 5)] [HarmonyPatch] class InventoryPanelScrollEngine_ScrollPanelByMouseWheel_Patch {