Skip to content

Commit

Permalink
Fix false positive Stardust Minion debuff kick
Browse files Browse the repository at this point in the history
  • Loading branch information
moisterrific authored Feb 15, 2020
1 parent 6e7cb14 commit 77b7943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TShockAPI/Bouncer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 77b7943

Please sign in to comment.