diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-01 00:00:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-01 00:00:09 +0200 |
| commit | f37b2dd21f2816878b7f456c3d8e75cc05d9943b (patch) | |
| tree | 1e8fe72e8f6279393a8ee67391a961ea4bec987e | |
| parent | bd415eb586c7fd3d26cfd80b600f7ee5a19e3de0 (diff) | |
DB/Spell: Fix some startup errors
By Malcrom
| -rw-r--r-- | sql/updates/world/6.x/2016_07_31_06_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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'); |
