fix(DB/creature): Remove money drops from Imp Minion (#9533)

This commit is contained in:
Azcobu 2021-12-12 03:37:45 +10:30 committed by GitHub
parent 1e3ba98fba
commit 4c42f4e57d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638793339933122752');
-- Remove money drop from Imp Minion 12922
UPDATE `creature_template` SET `maxgold` = 0 WHERE `entry` = 12922;