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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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