mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Fix Linux compile warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user