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