mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Merge pull request #61 from Grimfeather/fixes-in-Badlands
Fixes in badlands
This commit is contained in:
5
sql/world/base/zone_badlands.sql
Normal file
5
sql/world/base/zone_badlands.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 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);
|
||||
Reference in New Issue
Block a user