mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix TC build
This commit is contained in:
@@ -810,7 +810,11 @@ namespace LuaUnit
|
|||||||
*/
|
*/
|
||||||
int GetStandState(Eluna* /*E*/, lua_State* L, Unit* unit)
|
int GetStandState(Eluna* /*E*/, lua_State* L, Unit* unit)
|
||||||
{
|
{
|
||||||
|
#ifdef TRINITY
|
||||||
|
Eluna::Push(L, unit->GetStandState());
|
||||||
|
#else
|
||||||
Eluna::Push(L, unit->getStandState());
|
Eluna::Push(L, unit->getStandState());
|
||||||
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user