mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(DB/Creature): remove skinloot from Spirestone Mystic (#7425)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user