fix Humbert's Sword drop chance

This commit is contained in:
Grimfeather
2025-04-26 15:28:12 +02:00
committed by GitHub
parent 361534d443
commit a06c55f056

View 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;