fix(DB/Loot): Up Thunderlord Clan Artifact drop chances to 10% (#27129)

Co-authored-by: Grimfeather <88028633+Grimfeather@users.noreply.github.com>
Co-authored-by: jakem009 <41561074+jakem009@users.noreply.github.com>
This commit is contained in:
Gultask 2026-08-15 00:18:02 -03:00 committed by GitHub
parent 4c7ec7dff7
commit 2d9cc004dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_loot_template` SET `Chance` = 10 WHERE `Item` = 30431 AND `Entry` IN (19995, 19998, 20334, 20728, 21296);