mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Merge branch 'master' into dev
This commit is contained in:
@@ -265,6 +265,9 @@ ElunaRegister<Unit> UnitMethods[] =
|
||||
{ "GetVehicleKit", &LuaUnit::GetVehicleKit }, // :GetVehicleKit() - Gets unit's Vehicle kit if the unit is a vehicle
|
||||
// {"GetVehicle", &LuaUnit::GetVehicle}, // :GetVehicle() - Gets the Vehicle kit of the vehicle the unit is on
|
||||
#endif
|
||||
#ifdef MANGOS
|
||||
{ "GetMovementType", &LuaUnit::GetMovementType },
|
||||
#endif
|
||||
|
||||
// Setters
|
||||
{ "SetFaction", &LuaUnit::SetFaction }, // :SetFaction(factionId) - Sets the unit's faction
|
||||
|
||||
Reference in New Issue
Block a user