ModernUO/Projects/Server.Tests
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
..
Fixtures feat(network): pluggable connection filters; file blocklist + contribute-first CrowdSec (#2542) 2026-07-25 11:59:37 -07:00
Helpers feat: Implements passive Detect Hidden mechanics (#2342) 2026-02-28 11:24:49 -08:00
Tests fix: drop the decay reset stamp when an item loses eligibility 2026-08-22 12:52:07 -07:00
Server.Tests.csproj fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00