Update "spawn boss invasion" get data handler

This is really "spawn arbitrary stuff" and it can create invasions,
pets, and bosses now.
This commit is contained in:
Lucas Nicodemus 2020-05-17 22:44:10 -07:00
parent ea6425a2e2
commit 16df9bb16c
No known key found for this signature in database
GPG key ID: A07BD9023D1664DB
3 changed files with 32 additions and 62 deletions

View file

@ -104,6 +104,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* Multiple fields got slightly renamed.
* Modifying ToggleExpert command. Main.expertMode is no longer settable. Using a Main.GameMode int property comparsion.
* GameCulture no longer has static fields to get local language. Using methods to return/compare language.
* Added permission "tshock.npc.spawnpets" which restricts pet spawns. This can cause high network load, so it's restricted. (@hakusaro)
## TShock 4.3.26
* Removed the stat tracking system. (@hakusaro)