Add files via upload

This commit is contained in:
Dinkledork
2023-03-03 16:35:23 -07:00
committed by GitHub
parent 9fc55f4488
commit 989a52db5b
4 changed files with 74 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ local function OnCommand(event, player, command)
if command == cmd then
if not player:IsInCombat() then
player:DurabilityRepairAll( false )
player:SendBroadcastMessage("Your items has been repaired.")
player:SendBroadcastMessage("Your equipment has been repaired.")
end
return false
end