diff --git a/src/game/Unit.h b/src/game/Unit.h index 8a6226579..94b4bcf15 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -646,6 +646,8 @@ uint32 createProcExtendMask(SpellNonMeleeDamage *damageInfo, SpellMissInfo missC struct UnitActionBarEntry { + UnitActionBarEntry() : Raw(0) {} + union { struct diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 70862d168..e234026a8 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7121" + #define REVISION_NR "7122" #endif // __REVISION_NR_H__