We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4da91 commit 9bbc83fCopy full SHA for 9bbc83f
src/PvPScript.cpp
@@ -22,7 +22,7 @@ class PvPScript : public PlayerScript
22
PLAYERHOOK_ON_PVP_KILL
23
}) {}
24
25
- void OnPlayerKilledByCreature(Creature* killer, Player* killed/*, bool& durabilityLoss*/) override
+ void OnPlayerKilledByCreature(Creature* killer, Player* killed/*, bool& durabilityLoss*/)
26
{
27
if (!sConfigMgr->GetOption<bool>("PvPChest", true))
28
return;
@@ -50,7 +50,7 @@ class PvPScript : public PlayerScript
50
}
51
52
53
- void OnPlayerPVPKill(Player* killer, Player* killed) override
+ void OnPlayerPVPKill(Player* killer, Player* killed)
54
55
56
0 commit comments