fix(DB/creature): Remove money drops from Imp Minion (#9533)
This commit is contained in:
parent
1e3ba98fba
commit
4c42f4e57d
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue