Remove unknown NameplateUpdate flag for now

This commit is contained in:
Haselnussbomber 2025-11-08 11:32:34 +01:00
parent 8fd49f261a
commit 494d9a04fa
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -17,8 +17,8 @@ public enum AgentUpdateFlag : byte
/// <summary> Set when the RetainerMarket inventory has been updated. </summary>
RetainerMarketInventoryUpdate = 1 << 2,
/// <summary> Unknown use case. </summary>
NameplateUpdate = 1 << 3,
// /// <summary> Unknown use case. </summary>
// NameplateUpdate = 1 << 3,
/// <summary> Set when the player unlocked collectibles, contents or systems. </summary>
UnlocksUpdate = 1 << 4,