Skip to content

Commit

Permalink
Merge pull request #382 from Grimfeather/Fix-Compile-error
Browse files Browse the repository at this point in the history
Update IndividualProgressionPlayer.cpp - fixes compile error
  • Loading branch information
ZhengPeiRu21 authored Oct 15, 2024
2 parents 77accfe + b24224e commit f3b7f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IndividualProgressionPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ class IndividualPlayerProgression : public PlayerScript
}
}

bool OnUpdateFishingSkill(Player* /*player*/, int32 /*skill*/, int32 /*zone_skill*/, int32 chance, int32 roll) override
bool OnUpdateFishingSkill(Player* player, int32 /*skill*/, int32 /*zone_skill*/, int32 chance, int32 roll) override
{
if (!sIndividualProgression->enabled || !sIndividualProgression->fishingFix || isExcludedFromProgression(player))
return true;
Expand Down

0 comments on commit f3b7f33

Please sign in to comment.