mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Loot): fix gold drops of ethereal mobs in Bash'ir Landing (#16118)
initial
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `creature_template`
|
||||
SET `mingold` = 448, `maxgold` = 2520
|
||||
WHERE `entry` IN (22241, 22242, 22243) AND `lootid` IN (22241, 22242, 22243);
|
||||
Reference in New Issue
Block a user