diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3c8bb4..7599bd57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * In OTAPI 3.1.11-alpha, chest stacking was fixed. (@SignatureBeef) * In OTAPI 3.1.12-alpha, "server world deletions" were fixed. (@SignatureBeef) * Fixed NetTile errors by implementing new packet read/write data. (@SignatureBeef) +* Fixed Inferno Fork causing kick from rejected abnormal buff. (@Stealownz) ## TShock 4.5.18 * Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@PotatoCider) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 8b46d17d..96810069 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -2527,7 +2527,7 @@ namespace TShockAPI { BuffID.RainbowWhipNPCDebuff, 240 }, // BuffID: 316 { BuffID.MaceWhipNPCDebuff, 240 }, // BuffID: 319 { BuffID.GelBalloonBuff, 1800 }, // BuffID: 320 - { BuffID.OnFire3, 360 }, // BuffID: 323 + { BuffID.OnFire3, 960 }, // BuffID: 323 { BuffID.Frostburn2, 900 }, // BuffID: 324 { BuffID.BoneWhipNPCDebuff, 240 }, // BuffID: 326 { BuffID.TentacleSpike, 540 }, // BuffID: 337