add Player:SetGlyph (#152)

This commit is contained in:
Tralenor
2023-08-08 01:42:20 +02:00
committed by GitHub
parent b92b8bf1f1
commit 510eb1d8ee
2 changed files with 18 additions and 0 deletions

View File

@@ -689,6 +689,7 @@ ElunaRegister<Player> PlayerMethods[] =
{ "ModifyMoney", &LuaPlayer::ModifyMoney },
{ "LearnSpell", &LuaPlayer::LearnSpell },
{ "LearnTalent", &LuaPlayer::LearnTalent },
{ "SetGlyph", &LuaPlayer::SetGlyph },
#if !defined(CLASSIC)
{ "RemoveArenaSpellCooldowns", &LuaPlayer::RemoveArenaSpellCooldowns },
#endif