fix(DB/Creature): Remove invalid Wildvine drops from various NPCs (#8368)
This commit is contained in:
parent
813672155b
commit
fd7e4ec676
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue