ModernUO/Projects/Server.Tests/Tests/Items
Kamron Batman 046452d7c7
fix: drop the decay reset stamp when an item loses eligibility
A stamped item that was re-frozen, re-hidden, spawner-linked, or moved into
a container programmatically kept its stamp - and the CompactInfo holding it
- for as long as it stayed ineligible. UpdateDecayRegistration's ineligible
branch now clears the stamp; every re-eligibility path re-anchors, so only
the allocation was at stake. The guarded setter makes the hot-path cost a
field read and two compares, with no allocation.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-22 12:52:07 -07:00
..
ContainerTests.cs perf: Eliminates allocations in Container searching. (#2409) 2026-04-25 13:40:21 -07:00
DecayRegistrationTests.cs fix: drop the decay reset stamp when an item loses eligibility 2026-08-22 12:52:07 -07:00
PlayerConstructedStackingTests.cs fix: Fixes PlayerConstructed stacking/BODs (#2579) 2026-08-14 17:14:38 -07:00