fix(DB/Creature): Remove gold drops from Swarmguard Needler and Hive'Zara Larva. (#12827)
* Create rev_1661217788397138700.sql * Update rev_1661217788397138700.sql
This commit is contained in:
parent
43f3d3a518
commit
5acdc1845e
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE `entry` IN (15344, 15555);
|
||||
Loading…
Add table
Add a link
Reference in a new issue