Fix Linux compile warnings

This commit is contained in:
郑佩茹
2022-09-13 20:44:23 -06:00
parent ce1cd0b66d
commit 303a2cb94c
5 changed files with 8 additions and 8 deletions

View File

@@ -161,7 +161,7 @@ public:
return new gobject_scarab_gongAI(object);
}
bool OnQuestReward(Player *player, GameObject *go, Quest const *quest, uint32 opt) override
bool OnQuestReward(Player *player, GameObject *go, Quest const *quest, uint32 /*opt*/) override
{
if (quest->GetQuestId() != QUEST_BANG_A_GONG)
return false;