Update parameter type in RepairAllItems documentation to boolean

This commit is contained in:
2025-05-17 18:58:47 +02:00
parent c524a1ef1e
commit fcd7cb5916

View File

@@ -1,6 +1,6 @@
---@diagnostic disable: missing-return, lowercase-global ---@diagnostic disable: missing-return, lowercase-global
---@meta ---@meta
---@param useGuildMoney 1nil ---@param useGuildMoney boolean?
---Attempts to repair all of the player's damaged items ---Attempts to repair all of the player's damaged items
function RepairAllItems(useGuildMoney) end function RepairAllItems(useGuildMoney) end