mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Remove loot from totems (#2995)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user