From bd1a26e22cb39aab2448904afefb8d96c07e0f24 Mon Sep 17 00:00:00 2001 From: Koeppy Date: Thu, 9 Jan 2025 18:31:03 -0600 Subject: [PATCH] update droptracker (#7213) * Fix Bosses without Time Was still trying to send Boss kill messages for bosses without PBs. This is only used for bosses with PB so cleaned this up and removed it accordingly. Incremented version to 3.2.2 * Better Webhook Error Handling * Fix Commit * Fixed the Release Number * Fix for CA Screenshots + Additional Logging * Changed Log.info to log.debug --- plugins/droptracker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/droptracker b/plugins/droptracker index 44e5bb29e..878cf42da 100644 --- a/plugins/droptracker +++ b/plugins/droptracker @@ -1,3 +1,3 @@ repository=https://github.com/joelhalen/droptracker-plugin.git -commit=ebb7b93219edc8e355796b095124f8943ded2d91 +commit=189a7880072c8765a2124fb47f607bb712e9623f authors=joelhalen,OSRSKoeppy