From 7f90023d25f4635c4df7e418080c4df151e9679d Mon Sep 17 00:00:00 2001 From: ChunkyAtlas Date: Sun, 3 Nov 2024 23:07:34 -0700 Subject: [PATCH] update monster-monitor to v1.3.3 (#6919) * Update monster-monitor to 1.3.3 fix: refine MonsterMonitorPanel UI and improve code structure - Adjusted `MonsterMonitorPanel` scrolling behavior by replacing `npclistpanel` scroll pane with a simple `JPanel`. - Moved `customScrollbarUI` method from `MonsterMonitorPlugin` to `MonsterMonitorPanel` for better encapsulation. - Reduced font size on `Notify` checkbox, `Limit` spinner, and `Set Limit` checkbox for a cleaner UI. - Modified `FINAL_PHASE_IDS` to support multi-ID bosses, adding support for Verzik Vitur. * Update monster-monitor to v1.3.3 fix: refine MonsterMonitorPanel UI and improve code structure - Adjusted `MonsterMonitorPanel` scrolling behavior by replacing `npclistpanel` scroll pane with a simple `JPanel`. - Moved `customScrollbarUI` method from `MonsterMonitorPlugin` to `MonsterMonitorPanel` for better encapsulation. - Reduced font size on `Notify` checkbox, `Limit` spinner, and `Set Limit` checkbox for a cleaner UI. - Modified `FINAL_PHASE_IDS` to support multi-ID bosses, adding support for Verzik Vitur. --- plugins/monster-monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/monster-monitor b/plugins/monster-monitor index 33e6fe81fae..e876fd9ec85 100644 --- a/plugins/monster-monitor +++ b/plugins/monster-monitor @@ -1,2 +1,2 @@ repository=https://github.com/ChunkyAtlas/monster-monitor.git -commit=d0d915f297e397121550b675c6b42c4f173eaa64 +commit=7d084c22c024063fb76e1212e92468c50cfde907