Fix some mangos compatibility

This commit is contained in:
Rochet2
2016-01-24 19:29:42 +02:00
parent cc5f623b5c
commit 33e3bf9de2
4 changed files with 7 additions and 2 deletions

View File

@@ -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 },