We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a72165 commit 79512f6Copy full SHA for 79512f6
src/dynamicxp.cpp
@@ -24,7 +24,7 @@ class spp_dynamic_xp_rate : public PlayerScript
24
}
25
26
27
- void OnGiveXP(Player* player, uint32& amount, Unit* /*victim*/, uint8 /*xpSource*/)
+ void OnGiveXP(Player* player, uint32& amount, Unit* /*victim*/, uint8 /*xpSource*/) override
28
{
29
if (sConfigMgr->GetOption<bool>("Dynamic.XP.Rate", true))
30
0 commit comments