Skip to content

Commit

Permalink
DB: Update amount of enchanting materials from Wrath greens
Browse files Browse the repository at this point in the history
By @Treeston
Closes #16206
  • Loading branch information
Killyana committed Jan 19, 2016
1 parent e9ed9f8 commit caf160b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/updates/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;

0 comments on commit caf160b

Please sign in to comment.