Make scroll speed bugfix id unique after merge

This commit is contained in:
NGnius 2021-03-06 21:05:50 -05:00
parent 0a33d2406f
commit 9506d3af76

View file

@ -9,7 +9,7 @@ namespace CLre.Fixes
[Bugfix(name = "ScrollSpeedImprovement", [Bugfix(name = "ScrollSpeedImprovement",
description = "Improve mouse wheel scroll speed in inventory", description = "Improve mouse wheel scroll speed in inventory",
more = "https://trello.com/c/elL8IVdn/4-scroll-menus-are-insensitive", more = "https://trello.com/c/elL8IVdn/4-scroll-menus-are-insensitive",
component = BugfixType.HarmonyPatch, id = 4)] component = BugfixType.HarmonyPatch, id = 5)]
[HarmonyPatch] [HarmonyPatch]
class InventoryPanelScrollEngine_ScrollPanelByMouseWheel_Patch class InventoryPanelScrollEngine_ScrollPanelByMouseWheel_Patch
{ {