From 1ad5a62fd68a49b4925e540cc9742a16119dbd2d Mon Sep 17 00:00:00 2001 From: joelhalen <128320003+joelhalen@users.noreply.github.com> Date: Sat, 31 May 2025 19:57:30 -0400 Subject: [PATCH] update droptracker to v3.9 (#8033) * v3.9 Re-implement api-based tracking (optional) to combat the inevitable outcome of "public" webhooks. * Increment version to 3.9, add KC to drop & pb submissions * Bugfix Fixed an error preventing the plugin from starting * Add Yama to longNpcs list Added yama to the list of NPCs that take an unusually long period of time between the PB/kill time message and the loot event. * Update droptracker Call sendChatMessage on the client thread --- plugins/droptracker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/droptracker b/plugins/droptracker index 98ec5eedb..f9bff46ab 100644 --- a/plugins/droptracker +++ b/plugins/droptracker @@ -1,3 +1,3 @@ repository=https://github.com/joelhalen/droptracker-plugin.git -commit=f4735c7d6b3626787c4f811260886033c6ab9b4a +commit=b552575c5d959f9ffb946d768fa88903625e213b authors=joelhalen,OSRSKoeppy