Fix for Berserkers not seeing AAs on SoD and below clients.

This commit is contained in:
KimLS
2015-06-24 20:02:11 -07:00
parent 31301e0a26
commit 476ee10ca0
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -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;