mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
6 lines
280 B
SQL
6 lines
280 B
SQL
-- 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);
|