fix(DB/Loot): fix gold drops of ethereal mobs in Bash'ir Landing (#16118)
initial
This commit is contained in:
parent
ab7c12fe41
commit
ca1c6328e5
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
UPDATE `creature_template`
|
||||
SET `mingold` = 448, `maxgold` = 2520
|
||||
WHERE `entry` IN (22241, 22242, 22243) AND `lootid` IN (22241, 22242, 22243);
|
||||
Loading…
Add table
Add a link
Reference in a new issue