fix(DB/Creature): Remove loot from totems (#2995)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
parent
cae81a9590
commit
128fc6aaf4
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1588410722246016400');
|
||||
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` IN (2992,7484,3680,17079,17080);
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` IN (2992, 7484, 3680, 17079, 17080);
|
||||
Loading…
Add table
Add a link
Reference in a new issue