Merge branch 'general-devel' into boncer-buff-fix

This commit is contained in:
Lucas Nicodemus 2020-05-18 17:48:27 -07:00
commit 36e920c335
No known key found for this signature in database
GPG key ID: A07BD9023D1664DB
4 changed files with 13 additions and 3 deletions

View file

@ -2,6 +2,10 @@
This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large.
## Upcoming changes
* Fixed NPC buff anticheat issue conflicting with Terraria gameplay changes (whips) (@Patrikkk)
## TShock 4.4.0 (Pre-release 1)
* Added confused debuff to Bouncer for confusion applied from Brain of Confusion
* API: Added return in OnNameCollision if hook has been handled. (@Patrikkk)