fix(DB/Loot): Lower chance on pattern drops for Shattered Hand Legionnaire (#16386)

initial
This commit is contained in:
Dan
2023-05-28 18:12:55 +02:00
committed by GitHub
parent cd248ef665
commit 66746881b2

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_loot_template` SET `Chance` = 0.5 WHERE `Reference` = 24093;