mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
@@ -731,6 +731,11 @@ public:
|
||||
{
|
||||
sEluna->OnFirstLogin(player);
|
||||
}
|
||||
|
||||
void OnLearnSpell(Player* player, uint32 spellId) override
|
||||
{
|
||||
sEluna->OnLearnSpell(player, spellId);
|
||||
}
|
||||
};
|
||||
|
||||
class Eluna_ServerScript : public ServerScript
|
||||
|
||||
Reference in New Issue
Block a user