From af23d0e14d8b86de16730b31884cff8aef12b02e Mon Sep 17 00:00:00 2001 From: Andy <128320003+joelhalen@users.noreply.github.com> Date: Mon, 14 Apr 2025 02:54:23 -0400 Subject: [PATCH] update droptracker (#7771) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adventure Log support Added support for tracking Adventure Log entries when a player opens the log in their own POH, allowing us to grab all existing stored PBs instantly without requiring a re-submission of boss kills. * Do not set core plugin config fields. Bugfixed for ChatMessageEvent handler & remove our functions that set core plugin config fields as they were unnecessary. * Bugfixes & changes Revised the plugin according to reviewers' requests, implemented some fixes for collection log tracking & removed unused/bloat code. * More bugfixes :( Fixed improper storage of team sizes after conclusion of raids/etc. * Remove logger statement Removed an incorrectly left-behind debugging line & fixed external Discord URL (we lost our vanity 😢) --- plugins/droptracker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/droptracker b/plugins/droptracker index 4c3f8c5c9..a0ac1dcb4 100644 --- a/plugins/droptracker +++ b/plugins/droptracker @@ -1,3 +1,3 @@ repository=https://github.com/joelhalen/droptracker-plugin.git -commit=3e3d3b6ec6e3b8b5b9aaf330be0c8db9f49ba36e +commit=9fbddd158934fa5e8d91c6e0db7cc1e2db1d3673 authors=joelhalen,OSRSKoeppy