mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/Creature): delete skinning table from lvl 1 Serpentbloom Snake (#7271)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628521621840404043');
|
||||
|
||||
-- Delete skinning table 100008 from lvl 1 Serpentbloom Snake
|
||||
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` = 3680;
|
||||
|
||||
Reference in New Issue
Block a user