File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2854,7 +2854,7 @@ internal static int GetMaxPlaceStyle(int tileID)
2854
2854
{ BuffID . Poisoned , 3600 } , // BuffID: 20
2855
2855
{ BuffID . OnFire , 1200 } , // BuffID: 24
2856
2856
{ BuffID . Confused , short . MaxValue } , // BuffID: 31 Brain of Confusion Internal Item ID: 3223
2857
- { BuffID . CursedInferno , 420 } , // BuffID: 39
2857
+ { BuffID . CursedInferno , 600 } , // BuffID: 39
2858
2858
{ BuffID . Frostburn , 900 } , // BuffID: 44
2859
2859
{ BuffID . Ichor , 1200 } , // BuffID: 69
2860
2860
{ BuffID . Venom , 1800 } , // BuffID: 70
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
92
92
* Fixed typo in ` /gbuff ` . (@sgkoishi , #2955 )
93
93
* Rewrote the ` .dockerignore ` file into a denylist. (@timschumi )
94
94
* Added CI for Docker images. (@timschumi )
95
+ * Fixed Cursed Flares kicking players for invalid buff. (@Arthri )
95
96
96
97
## TShock 5.2
97
98
* An additional option ` pvpwithnoteam ` is added at ` PvPMode ` to enable PVP with no team. (@CelestialAnarchy , #2617 , @ATFGK )
You can’t perform that action at this time.
0 commit comments