aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2015_07_29_00_world.sql1
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';