mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
fix drop rate Indurium Flakes
fix drop rate of Indurium Flakes from non elites. Stonevault Bonesnapper and Shaman
This commit is contained in:
2
sql/world/base/zone_badlands.sql
Normal file
2
sql/world/base/zone_badlands.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- fix drop rate of Indurium Flakes from non elites.
|
||||
UPDATE `creature_loot_template` SET `Chance` = 20 WHERE `Item` = 5797 AND `Entry` IN (2893, 2894);
|
||||
Reference in New Issue
Block a user