Typo on previous commit

This commit is contained in:
Aokromes
2017-01-15 20:25:41 +01:00
parent 92e80bd69f
commit 4ceddbb96c

View File

@@ -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
--