fix(Scripts/Command): Allow player name/guid in additem

This commit is contained in:
Kitzunu
2023-12-01 01:07:39 +01:00
parent 123bf37ee7
commit a8b57200b6
2 changed files with 16 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `command` SET `help`='Syntax: .additem Optional(playerName/playerGUID) #itemID/[#itemName]/#itemLink #itemCount\r\nAdds the specified item to you, the selected character or the specifed character name/GUID.\r\nIf #itemCount is negative, you will remove #itemID.' WHERE `name`='additem';