mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Loot: Remove incorrect/weird loot from some gameobjects
Closes #24529
(cherry picked from commit 7701243f6a)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 1701 AND `Item` != 3418;
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 2502 AND `Item` != 159;
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 2765 AND `Item` != 5270;
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 2767 AND `Item` != 5273;
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 2959 AND `Item` NOT IN (5500,5504);
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 3309 AND `Item` = 1708;
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 4227 AND `Item` = 5504;
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 5446 AND `Item` = 3356;
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 11281 AND `Item` = 11444;
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 11282 AND `Item` = 11325;
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 15124 AND `Item` != 16784;
|
||||
Reference in New Issue
Block a user