fix(DB/Creature): remove skinloot from Spirestone Mystic (#7425)

This commit is contained in:
markvetx
2021-08-24 14:53:24 +00:00
committed by GitHub
parent 62058ffbea
commit b4da3a021b

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629293337424377430');
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` = 9198;
DELETE FROM `skinning_loot_template` WHERE `entry` = 9198;