diff --git a/common/patches/sod_structs.h b/common/patches/sod_structs.h index 6e1a77b6b..816bff323 100644 --- a/common/patches/sod_structs.h +++ b/common/patches/sod_structs.h @@ -3813,8 +3813,7 @@ struct SendAA_Struct { /*0049*/ uint32 spellid; /*0053*/ uint32 spell_type; /*0057*/ uint32 spell_refresh; -/*0061*/ uint16 classes; -/*0063*/ uint16 berserker; //seems to be 1 if its a berserker ability +/*0061*/ uint32 classes; /*0065*/ uint32 max_level; /*0069*/ uint32 last_id; /*0073*/ uint32 next_id; diff --git a/common/patches/sof_structs.h b/common/patches/sof_structs.h index faa306ab0..49ad7ba3e 100644 --- a/common/patches/sof_structs.h +++ b/common/patches/sof_structs.h @@ -3677,8 +3677,7 @@ struct SendAA_Struct { /*0049*/ uint32 spellid; /*0053*/ uint32 spell_type; /*0057*/ uint32 spell_refresh; -/*0061*/ uint16 classes; -/*0063*/ uint16 berserker; //seems to be 1 if its a berserker ability +/*0061*/ uint32 classes; /*0065*/ uint32 max_level; /*0069*/ uint32 last_id; /*0073*/ uint32 next_id; diff --git a/common/patches/titanium_structs.h b/common/patches/titanium_structs.h index e5fa44a8e..36cf2df3d 100644 --- a/common/patches/titanium_structs.h +++ b/common/patches/titanium_structs.h @@ -3157,8 +3157,7 @@ struct SendAA_Struct { /*0052*/ uint32 spellid; /*0056*/ uint32 spell_type; /*0060*/ uint32 spell_refresh; -/*0064*/ uint16 classes; -/*0066*/ uint16 berserker; //seems to be 1 if its a berserker ability +/*0064*/ uint32 classes; /*0068*/ uint32 max_level; /*0072*/ uint32 last_id; /*0076*/ uint32 next_id;