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

@@ -3939,6 +3939,7 @@ namespace LuaPlayer
return 0;
}
#if !defined(CLASSIC) && !defined(TBC)
/**
* Starts a movie for the [Player]
*
@@ -3951,6 +3952,7 @@ namespace LuaPlayer
player->SendMovieStart(MovieId);
return 0;
}
#endif
/*int BindToInstance(Eluna* E, lua_State* L, Player* player)
{