fix(DB/crature_loot_template): Remove loot from Witherbark Bloodlings (#5711)

This commit is contained in:
Silker 2021-05-14 02:08:29 -06:00 committed by GitHub
parent 88071b7e80
commit b21bc050a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1620439642282070000');
DELETE FROM `creature_loot_template` WHERE `Entry`=7768;
UPDATE `creature_template` SET `lootid`=0 WHERE `entry`=7768;