Change SetPower arguments
Add modify power https://github.com/ElunaLuaEngine/Eluna/issues/189
This commit is contained in:
@@ -320,6 +320,7 @@ ElunaRegister<Unit> UnitMethods[] =
|
||||
#endif
|
||||
{ "SetWaterWalk", &LuaUnit::SetWaterWalk },
|
||||
{ "SetStandState", &LuaUnit::SetStandState },
|
||||
{ "ModifyPower", &LuaUnit::ModifyPower },
|
||||
|
||||
// Boolean
|
||||
{ "IsAlive", &LuaUnit::IsAlive },
|
||||
|
||||
Reference in New Issue
Block a user