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
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 ('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);