feat: add Player:GetMailCount() (#76)

This commit is contained in:
Axel Cocat
2022-12-29 11:54:55 +01:00
committed by GitHub
parent 900ad17d2e
commit 4395d9c624
2 changed files with 21 additions and 0 deletions

View File

@@ -471,6 +471,7 @@ ElunaRegister<Player> PlayerMethods[] =
{ "GetItemByPos", &LuaPlayer::GetItemByPos },
{ "GetItemByEntry", &LuaPlayer::GetItemByEntry },
{ "GetItemByGUID", &LuaPlayer::GetItemByGUID },
{ "GetMailCount", &LuaPlayer::GetMailCount },
{ "GetMailItem", &LuaPlayer::GetMailItem },
{ "GetReputation", &LuaPlayer::GetReputation },
{ "GetEquippedItemBySlot", &LuaPlayer::GetEquippedItemBySlot },