Eluna fix TC
This commit is contained in:
@@ -251,8 +251,8 @@ ElunaRegister<Unit> UnitMethods[] =
|
||||
{ "SetPowerType", &LuaUnit::SetPowerType }, // :SetPowerType(type)
|
||||
{ "SetDisplayId", &LuaUnit::SetDisplayId }, // :SetDisplayId(id)
|
||||
{ "SetNativeDisplayId", &LuaUnit::SetNativeDisplayId }, // :SetNativeDisplayId(id)
|
||||
{ "SetFacing", &LuaUnit::SetFacing }, // :SetFacing(o) - Sets the Unit facing to arg
|
||||
{ "SetFacingToObject", &LuaUnit::SetFacingToObject }, // :SetFacingToObject(worldObject) - Sets the Unit facing towards the WorldObject
|
||||
{ "SetFacing", &LuaUnit::SetFacing }, // :SetFacing(o) - Sets the Unit facing / orientation to arg
|
||||
{ "SetFacingToObject", &LuaUnit::SetFacingToObject }, // :SetFacingToObject(worldObject) - Sets the Unit facing / orientation towards the WorldObject
|
||||
#if (!defined(TBC) && !defined(CLASSIC))
|
||||
{ "SetPhaseMask", &LuaUnit::SetPhaseMask }, // :SetPhaseMask(Phase[, update]) - Sets the phase of the unit
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user