fix(DB/Creature): Ghostly Philanthropists drop no gold in wotlk (#16406)

* initial

* Update gostly-philantropist-to-jail.sql
This commit is contained in:
Dan 2023-06-02 21:15:02 +02:00 committed by GitHub
parent c8ab8f00e7
commit 8956b588d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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