aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/BattlePets/BattlePetMgr.cpp
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-05-24 17:13:31 +0200
committerOvahlord <dreadkiller@gmx.de>2024-05-24 17:13:31 +0200
commita674f9262b271599fe16723d5a090dec9fb8c361 (patch)
tree9274b861a4f706da0b871d8fc37db4495311da4f /src/server/game/BattlePets/BattlePetMgr.cpp
parent9d6e3e54abf649d1914c41d7d12c59c560671032 (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.cpp2
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;