From 44c93ab5e136bc68b812fa93c0dfa9a214bb9bb1 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 15 Jan 2017 18:33:57 +0100 Subject: DB/Quest: Missing loot items for quest 27626 The Highvale Documents By Malcrom --- sql/updates/world/master/2017_01_15_02_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2017_01_15_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_01_15_02_world.sql b/sql/updates/world/master/2017_01_15_02_world.sql new file mode 100644 index 00000000000..f60d7b3f93c --- /dev/null +++ b/sql/updates/world/master/2017_01_15_02_world.sql @@ -0,0 +1,7 @@ +-- Add missing loot +DELETE FROM `gameobject_loot_template` WHERE `entry` IN (205890,205891,205892); +INSERT INTO `gameobject_loot_template` (`Entry`,`Item`,`Chance`,`QuestRequired`,`Lootmode`,`GroupId`,`MinCount`,`MaxCount`) VALUES +(205890,61972,100,1,1,0,1,1), -- Add missing quest item to Highvale Notes for quest 27626 The Highvale Documents +(205891,61973,100,1,1,0,1,1), -- Add missing quest item to Highvale Records for quest 27626 The Highvale Documents +(205892,61974,100,1,1,0,1,1); -- Add missing quest item to Highvale Report for quest 27626 The Highvale Documents +-- -- cgit v1.2.3