diff options
| author | DDuarte <dnpd.dd@gmail.com> | 2015-07-29 00:59:27 +0100 | 
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2015-07-29 00:59:27 +0100 | 
| commit | cec583c5e2ac8435e8b4da948cd0daf2b37d2553 (patch) | |
| tree | 1bfa57dfef7cea7185dbe8c992c8daf44f919705 | |
| parent | 3604025bb7e1e1e7803a44b0f13931b88fcd26ac (diff) | |
DB/Commands: Update .additemset description
On 6.x, this commands adds one item of each level if the itemset has multiple levels.
Closes #15179
| -rw-r--r-- | sql/updates/world/2015_07_29_00_world.sql | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/sql/updates/world/2015_07_29_00_world.sql b/sql/updates/world/2015_07_29_00_world.sql new file mode 100644 index 00000000000..fca9aa06f45 --- /dev/null +++ b/sql/updates/world/2015_07_29_00_world.sql @@ -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'; | 
