mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix some mangos compatibility
This commit is contained in:
@@ -735,7 +735,9 @@ ElunaRegister<Player> PlayerMethods[] =
|
||||
{ "GroupInvite", &LuaPlayer::GroupInvite },
|
||||
{ "GroupCreate", &LuaPlayer::GroupCreate },
|
||||
{ "SendCinematicStart", &LuaPlayer::SendCinematicStart },
|
||||
#if !defined(CLASSIC) && !defined(TBC)
|
||||
{ "SendMovieStart", &LuaPlayer::SendMovieStart },
|
||||
#endif
|
||||
#ifdef CLASSIC
|
||||
{ "UpdateHonor", &LuaPlayer::UpdateHonor },
|
||||
{ "ResetHonor", &LuaPlayer::ResetHonor },
|
||||
|
||||
Reference in New Issue
Block a user