ModernUO/Projects/UOContent/Items/Bulletin Boards
Kamron Batman 331f24cb71
fix: Fixes TimeSpan rounding issues (#1610)
### Summary

TLDR - .NET Framework rounded TimeSpan (and some DateTime) methods to the nearest millisecond. This was actually _expected_ accidentally for parts of RunUO.

We are aiming to fix this and clean up some other bad assumptions.

Closes #1604
2023-11-22 18:03:56 -08:00
..
BulletinBoard.cs fix: Fixes infinite loop in bulletin board cleanup (#1394) 2023-04-18 19:27:40 -07:00
BulletinBoardPackets.cs fix: Fixes TimeSpan rounding issues (#1610) 2023-11-22 18:03:56 -08:00
BulletinEquip.cs fix(codegen): Codegens bulletin boards. (#712) 2021-08-22 08:05:03 -07:00
BulletinMessage.cs fix: Fixes infinite loop in bulletin board cleanup (#1394) 2023-04-18 19:27:40 -07:00