diff options
| author | Shauren <shauren.trinity@gmail.com> | 2015-11-09 17:57:37 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2015-11-09 17:57:37 +0100 |
| commit | dfc8ea0ad5439cbe395cc4b1df3689f3f3928d2e (patch) | |
| tree | 139605fd40297b1a035f9d4d043cbc60bf8fcee4 /sql | |
| parent | 26e7d01af674adea858e4a7f6fadbb84efec8d7a (diff) | |
Core/Commands: Improved additem and additemset commands. Added optional parameter allowing to specify bonuslist ids for items (you can copy the ids from wowhead urls)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_11_09_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_09_02_world.sql b/sql/updates/world/2015_11_09_02_world.sql new file mode 100644 index 00000000000..6cccbef3d41 --- /dev/null +++ b/sql/updates/world/2015_11_09_02_world.sql @@ -0,0 +1,2 @@ +UPDATE `command` SET `help`='Syntax: .additem #itemid/[#itemname]/#shift-click-item-link #itemcount #bonusListIDs\n\nAdds the specified number of items of id #itemid (or exact (!) name $itemname in brackets, or link created by shift-click at item in inventory or recipe) to your or selected character inventory. If #itemcount is omitted, only one item will be added. #bonusListIDs is a semicolon separated list of bonuses to add to item (such as Mythic/Heroic/Warforged/socket)' WHERE `name`='additem'; +UPDATE `command` SET `help`='Syntax: .additemset #itemsetid #bonusListIDs\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. #bonusListIDs is a semicolon separated list of bonuses to add to all items (such as Mythic/Heroic/Warforged/socket)' WHERE `name`='additemset'; |
