feature: Add GetGlyph (#178)

Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
This commit is contained in:
Tralenor
2024-06-11 21:24:00 +02:00
committed by GitHub
parent cc442de602
commit 067fa20bad
2 changed files with 13 additions and 0 deletions

View File

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