mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
chore(DB/Loot): Cleanup unused placeholder reference loot from loot overhaul (#24217)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `reference_loot_template` WHERE `entry` IN (1000105,1026162,1036162,1046162,1105865,1106672,1125858,1125859,1125959,1125960,1126060,1126061,1126161,1126162,1126262,1126263,1126363,1126364,1126464,1126465,1126565,1126566,1126666,1126667,1126767,1126768,1126868,1126869,1126969,1126970,1127070,1127071,1127171,1127172,1127272,1127273,1127373,1135858,1135859,1135959,1135960,1136060,1136061,1136161,1136162,1136262,1136263,1136363,1136364,1136464,1136465,1136565,1136566,1136666,1136667,1136767,1136768,1136868,1136869,1136969,1136970,1137070,1137071,1137171,1137172,1137272,1147073,1175872,1180009,1180010,1180011,1180012,1276872,1276882);
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 1;
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 1);
|
||||
Reference in New Issue
Block a user