mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[7122] Initilize UnitActionBarEntry fields.
This commit is contained in:
parent
6ef0e056b0
commit
8171c9c61a
2 changed files with 3 additions and 1 deletions
|
|
@ -646,6 +646,8 @@ uint32 createProcExtendMask(SpellNonMeleeDamage *damageInfo, SpellMissInfo missC
|
|||
|
||||
struct UnitActionBarEntry
|
||||
{
|
||||
UnitActionBarEntry() : Raw(0) {}
|
||||
|
||||
union
|
||||
{
|
||||
struct
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7121"
|
||||
#define REVISION_NR "7122"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue