fix(DB/Creature): Remove loot from totems (#2995)

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
Flashaholic88
2020-06-20 00:29:35 +02:00
committed by GitHub
parent cae81a9590
commit 128fc6aaf4

View File

@@ -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);