aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2015-02-14 15:35:49 +0000
committerDr-J <daniel.jarrott0@gmail.com>2015-02-14 15:35:49 +0000
commit0844b16bb04fdec9f278ef9c0bfd8149e45aeee2 (patch)
tree3b1c592b825394f638a860569cfb98a0f21e7277
parent68c4ea314443699ac035e78a706d8371cc50b8ef (diff)
DB/Misc: Love is in the air items
Love Rocket, Lovely Rose, Handful of Rose Petals, Silver Shafted Arrow and perfumes and colognes are meant to be sold in stacks of 5 not singally, ie love rocket is meant to be 5 tokens for 5 rockets not 5 tokens each.
-rw-r--r--sql/updates/world/2015_02_14_03_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_14_03_world.sql b/sql/updates/world/2015_02_14_03_world.sql
new file mode 100644
index 00000000000..e4add1c22bf
--- /dev/null
+++ b/sql/updates/world/2015_02_14_03_world.sql
@@ -0,0 +1 @@
+UPDATE `item_template` SET `BuyCount`=5 WHERE `entry`IN(22218,49856,49857,49858,49859,49860,49861,22200,50163);