diff options
author | Ovahlord <dreadkiller@gmx.de> | 2024-05-24 17:13:31 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-05-24 17:13:31 +0200 |
commit | a674f9262b271599fe16723d5a090dec9fb8c361 (patch) | |
tree | 9274b861a4f706da0b871d8fc37db4495311da4f /src/server/game/BattlePets/BattlePetMgr.cpp | |
parent | 9d6e3e54abf649d1914c41d7d12c59c560671032 (diff) |
Core/Misc: commented out unused parameters and variables in order to fix CI build for the time being until the affected features have been dropped
Diffstat (limited to 'src/server/game/BattlePets/BattlePetMgr.cpp')
-rw-r--r-- | src/server/game/BattlePets/BattlePetMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/BattlePets/BattlePetMgr.cpp b/src/server/game/BattlePets/BattlePetMgr.cpp index 52729affb5a..d485c097609 100644 --- a/src/server/game/BattlePets/BattlePetMgr.cpp +++ b/src/server/game/BattlePets/BattlePetMgr.cpp @@ -697,7 +697,7 @@ void BattlePetMgr::ChangeBattlePetQuality(ObjectGuid guid, BattlePetBreedQuality // _owner->GetPlayer()->SetCurrentBattlePetBreedQuality(qualityValue); } -void BattlePetMgr::GrantBattlePetExperience(ObjectGuid guid, uint16 xp, BattlePetXpSource xpSource) +void BattlePetMgr::GrantBattlePetExperience(ObjectGuid /*guid*/, uint16 /*xp*/, BattlePetXpSource /*xpSource*/) { return; |