fix(DB/Loot): Fix Master Summoner Staff drop chance (#23717)

This commit is contained in:
Andrew 2025-11-15 15:45:06 -03:00 committed by GitHub
parent 3a2c717993
commit 182c055e6e
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` = 100 WHERE `item` = 43159 AND `entry` = 30746;