diff options
| author | Killyana <morphone1@gmail.com> | 2016-01-19 01:29:31 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-01-19 01:29:31 +0100 |
| commit | caf160bfafcce57d055f42538571e0402e72cc86 (patch) | |
| tree | b865d7ebc7e44c772d766750dbc38a49fed64f15 | |
| parent | e9ed9f80db703e631e5ce1a1cfb882f30854d3f5 (diff) | |
DB: Update amount of enchanting materials from Wrath greens
By @Treeston
Closes #16206
| -rw-r--r-- | sql/updates/world/2016_01_18_06_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_18_06_world.sql b/sql/updates/world/2016_01_18_06_world.sql new file mode 100644 index 00000000000..f8b90c15f54 --- /dev/null +++ b/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; |
