fix(DB/Creature): delete skinning table from lvl 1 Serpentbloom Snake (#7271)
This commit is contained in:
parent
622c9bc0dd
commit
a98ac8c853
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue