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