diff options
Diffstat (limited to 'src/raw')
| -rw-r--r-- | src/raw/types.rs | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/raw/types.rs b/src/raw/types.rs index ef6ea00..93a75b7 100644 --- a/src/raw/types.rs +++ b/src/raw/types.rs @@ -145,6 +145,8 @@ pub enum CbtStateChange {      /// src_agent is agent with buff, value is the duration to reset to (also marks inactive),      /// pad61- is the stackid      StackReset, +    /// src_agent is agent, dst_agent through buff_dmg is 16 byte guid (client form, needs minor rearrange for api form) +    Guild,  }  /// Combat buff remove type | 
