Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
Fixed build, removed my extra checks for required hook
  • Loading branch information
talamortis committed Mar 11, 2024
1 parent ba81408 commit 1de1420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PvPScript.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class PvPScript : public PlayerScript
public:
PvPScript() : PlayerScript("PvPScript") {}

void OnPlayerKilledByCreature(Creature* killer, Player* killed, bool& durabilityLoss)
void OnPlayerKilledByCreature(Creature* killer, Player* killed/*, bool& durabilityLoss*/ )
{
if (!sConfigMgr->GetOption<bool>("PvPChest", true))
return;
Expand Down

0 comments on commit 1de1420

Please sign in to comment.