From 4de3f5f99d1e7c2f77b7369155b8c494a1aa6210 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 1 Aug 2016 00:57:52 +0200 Subject: DB/Misc: Silence few startup errors By Malcrom --- sql/updates/world/6.x/2016_08_01_00_world.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/6.x/2016_08_01_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_08_01_00_world.sql b/sql/updates/world/6.x/2016_08_01_00_world.sql new file mode 100644 index 00000000000..24c05ae826d --- /dev/null +++ b/sql/updates/world/6.x/2016_08_01_00_world.sql @@ -0,0 +1,11 @@ +-- Clear errors on some unused gameobjects +DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (753, 2008, 2027, 2229, 3377, 14733, 18156, 20045); +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(753, 38, 0, 100, 0, 0, 0, 1, 1, 'Unused loot Recruit''s Shirt added to clear error. This will be deleted when disables support disable loot'), +(2008, 38, 0, 100, 0, 0, 0, 1, 1, 'Unused loot Recruit''s Shirt added to clear error. This will be deleted when disables support disable loot'), +(2027, 38, 0, 100, 0, 0, 0, 1, 1, 'Unused loot Recruit''s Shirt added to clear error. This will be deleted when disables support disable loot'), +(2229, 38, 0, 100, 0, 0, 0, 1, 1, 'Unused loot Recruit''s Shirt added to clear error. This will be deleted when disables support disable loot'), +(3377, 38, 0, 100, 0, 0, 0, 1, 1, 'Unused loot Recruit''s Shirt added to clear error. This will be deleted when disables support disable loot'), +(14733, 38, 0, 100, 0, 0, 0, 1, 1, 'Unused loot Recruit''s Shirt added to clear error. This will be deleted when disables support disable loot'), +(18156, 38, 0, 100, 0, 0, 0, 1, 1, 'Unused loot Recruit''s Shirt added to clear error. This will be deleted when disables support disable loot'), +(20045, 38, 0, 100, 0, 0, 0, 1, 1, 'Unused loot Recruit''s Shirt added to clear error. This will be deleted when disables support disable loot'); -- cgit v1.2.3