fix(DB/Creature): Remove invalid Wildvine drops from various NPCs (#8368)

This commit is contained in:
Azcobu 2021-10-11 08:44:31 +10:30 committed by GitHub
parent 813672155b
commit fd7e4ec676
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 ('1633779726136527772');
-- Deletes invalid Wildvine drops from various NPCs
DELETE FROM `creature_loot_template` WHERE `item` = 8153 AND `entry` NOT IN (1059, 1061, 11355, 11346, 10802, 8217, 1060, 8636, 1062, 7996, 8216, 696, 784, 783, 781, 669, 780, 782, 672, 667, 670, 7995, 2648, 7809, 2639, 2643, 2646, 2641, 2644, 4466, 2645, 2642, 4467, 2647, 4465, 2640, 17235, 2654, 2651, 2653, 2649, 2652, 2650, 8218, 2530, 2605, 2534, 1490, 8219);