mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
Fix Compile
This commit is contained in:
@@ -28,8 +28,8 @@ struct BattlegroundSAScore : public BattlegroundScore
|
||||
uint8 demolishers_destroyed;
|
||||
uint8 gates_destroyed;
|
||||
|
||||
uint32 GetAttr1() const final override { return DemolishersDestroyed; }
|
||||
uint32 GetAttr2() const final override { return GatesDestroyed; }
|
||||
uint32 GetAttr1() const final override { return demolishers_destroyed; }
|
||||
uint32 GetAttr2() const final override { return gates_destroyed; }
|
||||
};
|
||||
|
||||
#define BG_SA_FLAG_AMOUNT 3
|
||||
|
||||
Reference in New Issue
Block a user