From 45076bea1d67f5ed7344cc88455419b9ca07defa Mon Sep 17 00:00:00 2001 From: billy1arm Date: Wed, 21 Aug 2024 20:30:05 +0100 Subject: [PATCH] Fix typo and build --- src/game/BattleGround/BattleGroundSA.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/BattleGround/BattleGroundSA.h b/src/game/BattleGround/BattleGroundSA.h index 5963f954c..b539b4401 100644 --- a/src/game/BattleGround/BattleGroundSA.h +++ b/src/game/BattleGround/BattleGroundSA.h @@ -52,7 +52,7 @@ class BattleGroundSA : public BattleGround void AddPlayer(Player* plr) override; /* Scorekeeping */ - UpdatePlayerScore(Player* source, uint32 type, uint32 value) override; + void UpdatePlayerScore(Player* source, uint32 type, uint32 value) override; private: };