Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Sep 6, 2023
1 parent 4b0e232 commit a5d2f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod-double-xp-weekend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class DoubleXpWeekend : public PlayerScript
}
}

void OnGiveXP(Player* player, uint32& amount, Unit* victim, uint8 xpSource) override
void OnGiveXP(Player* player, uint32& amount, Unit* /*victim*/, uint8 xpSource) override
{
if (!IsEventActive())
{
Expand Down

0 comments on commit a5d2f2a

Please sign in to comment.