fix(DB/Loot): equalize gem drop chance of Small Velvet Bag (#25883)

This commit is contained in:
Tereneckla
2026-05-17 17:48:38 +00:00
committed by GitHub
parent 00bbc7c6b4
commit 5cdd837edf

View File

@@ -0,0 +1,2 @@
--
UPDATE `item_loot_template` SET `Chance` = 0 WHERE `Entry` = 41888 AND `GroupId` = 1;