fix(DB/creature_template): Remove gold from Giant Eye Tentacle (#13414)

Create rev_1665799472044108200.sql
This commit is contained in:
Gultask
2022-10-15 12:15:39 -03:00
committed by GitHub
parent 6263a0a8a5
commit 3a1bfe6e90

View File

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