diff --git a/sql/world/base/zone_badlands.sql b/sql/world/base/zone_badlands.sql index ec329f6..c19b987 100644 --- a/sql/world/base/zone_badlands.sql +++ b/sql/world/base/zone_badlands.sql @@ -1,2 +1,5 @@ --- fix drop rate of Indurium Flakes from non elites. +-- fix drop rate Small Stone Shard, quest 710 +UPDATE `creature_loot_template` SET `Chance` = 20 WHERE `Item` = 4626; + +-- fix drop rate of Indurium Flake from non elites, quest 1108 UPDATE `creature_loot_template` SET `Chance` = 20 WHERE `Item` = 5797 AND `Entry` IN (2893, 2894);