mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Quest: Missing loot items for quest 27626 The Highvale Documents
This commit is contained in:
7
sql/updates/world/4.3.4/2017_01_15_12_world.sql
Normal file
7
sql/updates/world/4.3.4/2017_01_15_12_world.sql
Normal file
@@ -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
|
||||
--
|
||||
Reference in New Issue
Block a user