Skip to content

Commit 79512f6

Browse files
authored
fix. fatal error: 'OnGiveXP' overrides a member function but is not marked 'override' (#5)
1 parent 6a72165 commit 79512f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamicxp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class spp_dynamic_xp_rate : public PlayerScript
2424
}
2525
}
2626

27-
void OnGiveXP(Player* player, uint32& amount, Unit* /*victim*/, uint8 /*xpSource*/)
27+
void OnGiveXP(Player* player, uint32& amount, Unit* /*victim*/, uint8 /*xpSource*/) override
2828
{
2929
if (sConfigMgr->GetOption<bool>("Dynamic.XP.Rate", true))
3030
{

0 commit comments

Comments
 (0)