fix(DB/Creature): Remove loot from Enslaved Druid of the Talon (#4840)

This commit is contained in:
markvetx
2021-03-18 23:24:13 +03:00
committed by GitHub
parent 50d7703ab0
commit 2532ba8e7f

View File

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