mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
fix drop rate Small Stone Shard, quest 710
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user