From 6a7e2c655df6b54a7c8c79631bb0c890ac79aedf Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 15 Jan 2017 20:26:51 +0100 Subject: Typo fix. --- sql/updates/world/master/2017_01_15_03_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2017_01_15_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_01_15_03_world.sql b/sql/updates/world/master/2017_01_15_03_world.sql new file mode 100644 index 00000000000..078bd1c495a --- /dev/null +++ b/sql/updates/world/master/2017_01_15_03_world.sql @@ -0,0 +1,7 @@ +-- Add missing loot +DELETE FROM `gameobject_loot_template` WHERE `entry` IN (205890,205891,205892,34754,34755,34756); +INSERT INTO `gameobject_loot_template` (`Entry`,`Item`,`Chance`,`QuestRequired`,`Lootmode`,`GroupId`,`MinCount`,`MaxCount`) VALUES +(34754,61972,100,1,1,0,1,1), -- Add missing quest item to Highvale Notes for quest 27626 The Highvale Documents +(34755,61973,100,1,1,0,1,1), -- Add missing quest item to Highvale Records for quest 27626 The Highvale Documents +(34756,61974,100,1,1,0,1,1); -- Add missing quest item to Highvale Report for quest 27626 The Highvale Documents +-- -- cgit v1.2.3