refactor(net): converge live session state reset

This commit is contained in:
Erik 2026-07-21 12:00:48 +02:00
parent 78a9223b65
commit 4f31a5085f
35 changed files with 1460 additions and 83 deletions

View file

@ -55,8 +55,8 @@ public sealed class VitalsVM
/// <summary>
/// Push the authoritative local-player GUID from <c>WorldSession</c>.
/// One-way setter — only <c>GameWindow</c> should call it, exactly once
/// per live session.
/// The host assigns it after character selection and resets it to zero at
/// session teardown.
/// </summary>
public void SetLocalPlayerGuid(uint guid) => _localPlayerGuid = guid;