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
---@meta
---@param useGuildMoney 1nil
---@param useGuildMoney boolean?
---Attempts to repair all of the player's damaged items
function RepairAllItems(useGuildMoney) end