Fix Inferno Fork's OnFire debuff causing Bouncer reject abnormal buff

Inferno Fork's OnFire debuff was buffed up to `60 * Main.rand.Next(8, 16)`
This commit is contained in:
Stealownz 2022-10-11 21:52:33 +08:00
parent c0ec0f3350
commit 29d08dd606
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* Allow Blood Butcherer and Shimmer buffs to be applied to NPCs by players. (@drunderscore)
* In OTAPI 3.1.11-alpha, chest stacking was fixed. (@SignatureBeef)
* In OTAPI 3.1.12-alpha, "server world deletions" were fixed. (@SignatureBeef)
* Fix 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)