mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
fix Humbert's Sword drop chance
This commit is contained in:
2
sql/world/base/zone_hillsbrad_foothills.sql
Normal file
2
sql/world/base/zone_hillsbrad_foothills.sql
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
/* Drop chance for Humbert's Sword was incorrectly set to 100 - updated to 25 - value copied from VMangos */
|
||||||
|
UPDATE `creature_loot_template` SET `Chance` = 25 WHERE `Item` = 3693;
|
||||||
Reference in New Issue
Block a user