From f37b2dd21f2816878b7f456c3d8e75cc05d9943b Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 1 Aug 2016 00:00:09 +0200 Subject: DB/Spell: Fix some startup errors By Malcrom --- sql/updates/world/6.x/2016_07_31_06_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/6.x/2016_07_31_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_07_31_06_world.sql b/sql/updates/world/6.x/2016_07_31_06_world.sql new file mode 100644 index 00000000000..058a5e51def --- /dev/null +++ b/sql/updates/world/6.x/2016_07_31_06_world.sql @@ -0,0 +1,7 @@ +-- Add items to spell_loot_template +DELETE FROM `spell_loot_template` WHERE `Entry` IN (86883,86884,86885,86656); +INSERT INTO `spell_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(86883, 62336, 0, 100, 0, 1, 0, 1, 1, 'Spell Cataclysm Reclamation: Jewelcrafting creates Plans Random jewelcrafting design'), +(86884, 62337, 0, 100, 0, 1, 0, 1, 1, 'Spell Cataclysm Reclamation: Leatherworking creates Plans Random leatherworking pattern'), +(86885, 62338, 0, 100, 0, 1, 0, 1, 1, 'Spell Cataclysm Reclamation: Tailoring creates Plans Random tailoring pattern'), +(86656, 62312, 0, 100, 0, 1, 0, 1, 1, 'Spell Cataclysm Reclamation: Blacksmithing creates Plans Random blacksmithing plan'); -- cgit v1.2.3