Merge pull request #1686 from moisterrific/patch-2
Fix BoC false positive kick in NPCAddBuffTimeMax
This commit is contained in:
commit
20dab56407
1 changed files with 1 additions and 1 deletions
|
|
@ -1869,7 +1869,7 @@ namespace TShockAPI
|
|||
{ BuffID.DryadsWardDebuff, 120 },
|
||||
{ BuffID.BetsysCurse, 600 },
|
||||
{ BuffID.Oiled, 540 },
|
||||
{ BuffID.Confused, 360 }, // Brain of Confusion Internal Item ID: 3223
|
||||
{ BuffID.Confused, 450 }, // Brain of Confusion Internal Item ID: 3223
|
||||
{ BuffID.Daybreak, 300 } // Solar Eruption Item ID: 3473, Daybreak Item ID: 3543
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue