Skip to content

Commit 2181721

Browse files
authored
Update mod-double-xp-weekend.cpp
1 parent 323d27a commit 2181721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod-double-xp-weekend.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ class DoubleXpWeekendPlayerScript : public PlayerScript
292292
void OnPlayerGiveXP(Player* player, uint32& amount, Unit* /*victim*/, uint8 xpSource) override
293293
{
294294
DoubleXpWeekend* mod = DoubleXpWeekend::instance();
295-
amount = mod->OnGiveXP(player, amount, xpSource);
295+
amount = mod->OnPlayerGiveXP(player, amount, xpSource);
296296
}
297297

298298
};

0 commit comments

Comments
 (0)