fix drop rate Small Stone Shard, quest 710

This commit is contained in:
Grimfeather
2025-05-02 20:59:16 +02:00
committed by GitHub
parent d2b42599cd
commit 7f684fb442

View File

@@ -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); UPDATE `creature_loot_template` SET `Chance` = 20 WHERE `Item` = 5797 AND `Entry` IN (2893, 2894);