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:
Gultask
2022-08-23 08:06:27 -03:00
committed by GitHub
parent 43f3d3a518
commit 5acdc1845e

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE `entry` IN (15344, 15555);