From 6d5e3c4923ad69ae2d7644f7d54ab334503d28d4 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 19 Jan 2016 01:29:31 +0100 Subject: DB: Update amount of enchanting materials from Wrath greens By @Treeston Closes #16206 (cherry picked from commit caf160bfafcce57d055f42538571e0402e72cc86) --- sql/updates/world/2016_04_02_00_world_2016_01_18_06_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_04_02_00_world_2016_01_18_06_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2016_04_02_00_world_2016_01_18_06_world.sql b/sql/updates/world/2016_04_02_00_world_2016_01_18_06_world.sql new file mode 100644 index 00000000000..f8b90c15f54 --- /dev/null +++ b/sql/updates/world/2016_04_02_00_world_2016_01_18_06_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `disenchant_loot_template` SET `MinCount`=2,`MaxCount`=3 WHERE `Entry` IN (15,34) AND `Item`=34054; +UPDATE `disenchant_loot_template` SET `MinCount`=4,`MaxCount`=7 WHERE `Entry` IN (16,35) AND `Item`=34054; -- cgit v1.2.3