Enum ItemOperationType
Identifies which item operation a ItemOperationFailedBroadcast refers to.
public enum ItemOperationType : byte
Fields
Remove (destroy) an item from the character's bank.
Move an item into, out of, or within the bank.
Equip an item from a container.
Unequip an item into a container.
Remove (destroy/drop) an item from the character's inventory.
Move an item into, out of, or within the inventory.
Unspecified or unrecognised operation.
Remarks
The values mirror the server's internal ingress operation codes, but this is a separate, wire-visible enum on purpose: the server's guard codes are an implementation detail and must be free to change without silently redefining a network contract.