mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna
This commit is contained in:
@@ -601,6 +601,7 @@ ElunaRegister<Player> PlayerMethods[] =
|
||||
// {"HasPendingBind", &LuaPlayer::HasPendingBind}, // :HasPendingBind() - UNDOCUMENTED - Returns true if the player has a pending instance bind
|
||||
#if (!defined(TBC) && !defined(CLASSIC))
|
||||
{ "HasAchieved", &LuaPlayer::HasAchieved },
|
||||
{ "SetAchievement", &LuaPlayer::SetAchievement },
|
||||
#endif
|
||||
{ "CanUninviteFromGroup", &LuaPlayer::CanUninviteFromGroup },
|
||||
{ "IsRested", &LuaPlayer::IsRested },
|
||||
|
||||
Reference in New Issue
Block a user