feat(Core): Achievements (#47)

Achievements
This commit is contained in:
Revision
2022-07-05 21:10:51 +02:00
committed by GitHub
parent 0b8b6c0e2a
commit efba901a51
7 changed files with 51 additions and 1 deletions

View File

@@ -736,6 +736,11 @@ public:
{
sEluna->OnLearnSpell(player, spellId);
}
void OnAchiComplete(Player* player, AchievementEntry const* achievement) override
{
sEluna->OnAchiComplete(player, achievement);
}
};
class Eluna_ServerScript : public ServerScript