Struct FactionUpdateBroadcast
Broadcast for updating a single faction value for a character. Contains the faction template ID and the new value.
public struct FactionUpdateBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
NewValue
New value for the faction (e.g., reputation or standing).
public int NewValue
Field Value
TemplateID
Template ID of the faction to update.
public int TemplateID