fix(DB/Creature): remove skinloot from Spirestone Mystic (#7425)
This commit is contained in:
parent
62058ffbea
commit
b4da3a021b
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue