fix(DB/Creature): Remove loot from Enslaved Druid of the Talon (#4840)
This commit is contained in:
parent
50d7703ab0
commit
2532ba8e7f
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue