fix: warning unused parameter 'go' [-Wunused-parameter]

This commit is contained in:
Jelle Meeus
2024-04-12 01:01:09 +02:00
parent 2594208988
commit 19e3835761

View File

@@ -1363,7 +1363,7 @@ public:
return new gobject_naxx40_teleAI(object);
}
bool OnGossipHello(Player* player, GameObject* go) override
bool OnGossipHello(Player* player, GameObject* /*go*/) override
{
if ((!sIndividualProgression->requireNaxxStrath || player->GetQuestStatus(NAXX40_ENTRANCE_FLAG) == QUEST_STATUS_REWARDED) && isAttuned(player))
{