diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundSA.h b/src/server/game/Battlegrounds/Zones/BattlegroundSA.h index a22e6366a0..9671e5351e 100644 --- a/src/server/game/Battlegrounds/Zones/BattlegroundSA.h +++ b/src/server/game/Battlegrounds/Zones/BattlegroundSA.h @@ -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