Add methods item:SetRandomProperties and item:SetRandomSuffix (#274)
This commit is contained in:
@@ -927,6 +927,8 @@ ElunaRegister<Item> ItemMethods[] =
|
||||
{ "SetOwner", &LuaItem::SetOwner },
|
||||
{ "SetBinding", &LuaItem::SetBinding },
|
||||
{ "SetCount", &LuaItem::SetCount },
|
||||
{ "SetRandomProperty", &LuaItem::SetRandomProperty },
|
||||
{ "SetRandomSuffix", &LuaItem::SetRandomSuffix },
|
||||
|
||||
// Boolean
|
||||
{ "IsSoulBound", &LuaItem::IsSoulBound },
|
||||
|
||||
Reference in New Issue
Block a user