[7122] Initilize UnitActionBarEntry fields.

This commit is contained in:
VladimirMangos 2009-01-20 15:31:58 +03:00
parent 6ef0e056b0
commit 8171c9c61a
2 changed files with 3 additions and 1 deletions

View file

@ -646,6 +646,8 @@ uint32 createProcExtendMask(SpellNonMeleeDamage *damageInfo, SpellMissInfo missC
struct UnitActionBarEntry struct UnitActionBarEntry
{ {
UnitActionBarEntry() : Raw(0) {}
union union
{ {
struct struct

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7121" #define REVISION_NR "7122"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__