DB/World: DBErrors Fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user