DB/World: DBErrors Fixes

This commit is contained in:
Céfiro_Caecias
2026-03-12 12:24:17 -03:00
committed by GitHub
parent 4c1530fb2e
commit b6293c49ad
@@ -0,0 +1,10 @@
UPDATE `item_loot_template` SET `ItemType`=0, `Item`=-1220 WHERE `ItemType`=2 AND `Item`=1220;
UPDATE `item_loot_template` SET `ItemType`=0, `Item`=-1226 WHERE `ItemType`=2 AND `Item`=1226;
UPDATE `item_loot_template` SET `ItemType`=0, `Item`=-1275 WHERE `ItemType`=2 AND `Item`=1275;
UPDATE `item_loot_template` SET `ItemType`=0, `Item`=-1501 WHERE `ItemType`=2 AND `Item`=1501;
UPDATE `item_loot_template` SET `ItemType`=0, `Item`=-1508 WHERE `ItemType`=2 AND `Item`=1508;
UPDATE `item_loot_template` SET `ItemType`=0, `Item`=-1533 WHERE `ItemType`=2 AND `Item`=1533;
UPDATE `item_loot_template` SET `ItemType`=0, `Item`=-1767 WHERE `ItemType`=2 AND `Item`=1767;
UPDATE `item_loot_template` SET `ItemType`=0, `Item`=-2594 WHERE `ItemType`=2 AND `Item`=2594;
DELETE FROM `item_loot_template` WHERE `Entry` IN (45072,54218) AND `ItemType`=0;