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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user