diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-01-15 18:33:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-15 18:33:57 +0100 |
commit | 44c93ab5e136bc68b812fa93c0dfa9a214bb9bb1 (patch) | |
tree | 311a8188825af235429f08fe46d94e80ba2ce63a | |
parent | b483e49a56debfdc428f975a8d865320da67f6bb (diff) |
DB/Quest: Missing loot items for quest 27626 The Highvale Documents
By Malcrom
-rw-r--r-- | sql/updates/world/master/2017_01_15_02_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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 +-- |