mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
DB/Commands: Update .additemset description
On 6.x, this commands adds one item of each level if the itemset has multiple levels. Closes #15179
This commit is contained in:
1
sql/updates/world/2015_07_29_00_world.sql
Normal file
1
sql/updates/world/2015_07_29_00_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `command` SET `help` = 'Syntax: .additemset #itemsetid\n\nAdd items from itemset of id #itemsetid to your or selected character inventory. Will add by one example each item from itemset.\n\nIf the itemset has multiple levels it adds one of each item level.' WHERE `name` = 'additemset';
|
||||
Reference in New Issue
Block a user