mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Mangos definition update
This commit is contained in:
@@ -220,7 +220,11 @@ namespace LuaUnit
|
|||||||
|
|
||||||
int IsDying(lua_State* L, Unit* unit)
|
int IsDying(lua_State* L, Unit* unit)
|
||||||
{
|
{
|
||||||
|
#ifdef MANGOS
|
||||||
|
Eluna::Push(L, unit->IsDying());
|
||||||
|
#else
|
||||||
Eluna::Push(L, unit->isDying());
|
Eluna::Push(L, unit->isDying());
|
||||||
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user