From 77b7943c06ed8f04c66524ef43b8d93c6812e5b6 Mon Sep 17 00:00:00 2001 From: moisterrific <57187883+moisterrific@users.noreply.github.com> Date: Sat, 15 Feb 2020 12:14:13 -0500 Subject: [PATCH] Fix false positive Stardust Minion debuff kick --- TShockAPI/Bouncer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 6048d71..43d56a4 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -1900,7 +1900,7 @@ internal void OnKillMe(object sender, GetDataHandlers.KillMeEventArgs args) { BuffID.ShadowFlame, 660 }, { BuffID.DryadsWard, 120 }, { BuffID.BoneJavelin, 900 }, - { BuffID.StardustMinionBleed, 540 }, + { BuffID.StardustMinionBleed, 900 }, { BuffID.DryadsWardDebuff, 120 }, // { BuffID.BetsysCurse, 600 }, // { BuffID.Oiled, 540 },