fix(DB/Loot): fix gold drops of ethereal mobs in Bash'ir Landing (#16118)

initial
This commit is contained in:
Dan
2023-05-13 20:03:22 +02:00
committed by GitHub
parent ab7c12fe41
commit ca1c6328e5

View File

@@ -0,0 +1,4 @@
--
UPDATE `creature_template`
SET `mingold` = 448, `maxgold` = 2520
WHERE `entry` IN (22241, 22242, 22243) AND `lootid` IN (22241, 22242, 22243);