Merge remote-tracking branch 'sgk/pr2811' into general-devel

This commit is contained in:
Lucas Nicodemus 2022-11-09 23:20:19 -08:00
commit 01917d48ed
No known key found for this signature in database
2 changed files with 14 additions and 4 deletions

View file

@ -89,6 +89,11 @@ Use past tense when adding new entries; sign your name off when you add or chang
* This change allows the config option `RequireLogin` to function usefully again when SSC is not enabled.
* Changed `PlayerData.RestoreCharacter` to remove all buffs. (@drunderscore)
* Before this change, it was theoretically possible to smuggle buffs onto servers with SSC enabled, by using buff indexes past `22`.
* Fixed item giving potentially dropping too many items (@PotatoCider, @punchready)
* Excluded GeoIP.dat from release bundle (@SignatureBeef)
* Added `TownSlimeRed` to `FishableNpcIDs` list, allowing it to be fished up (@drunderscore)
* Allowed Torch God's Favor to place different types of torches and campfires (@sgkoishi, #2811)
* Allowed Crystal Shard to grow (@sgkoishi, @cc004, SignatureBeef/Open-Terraria-API#96)
## TShock 5.0.0
* Reduced load/save console spam. (@SignatureBeef, @YehnBeep)