From 3c79914e7b01a44bd5b34f7728e5cb575fa48723 Mon Sep 17 00:00:00 2001 From: Nayd Date: Mon, 11 May 2015 02:03:36 +0100 Subject: DB/Creature: Fix loot for High Priest Venoxis By NorthStrider, updated by xjose93, closes #14395 (cherry picked from commit 073d749e6fa5e911358425976aa2bd63a2036c87) Conflicts: sql/updates/world/2015_05_09_00_world.sql --- .../world/2015_05_10_02_world_2015_05_09_00.sql | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sql/updates/world/2015_05_10_02_world_2015_05_09_00.sql (limited to 'sql') diff --git a/sql/updates/world/2015_05_10_02_world_2015_05_09_00.sql b/sql/updates/world/2015_05_10_02_world_2015_05_09_00.sql new file mode 100644 index 00000000000..1ab6c7d2357 --- /dev/null +++ b/sql/updates/world/2015_05_10_02_world_2015_05_09_00.sql @@ -0,0 +1,30 @@ +-- High Priest Venoxis +UPDATE `creature_template` SET `lootid` = 52155 WHERE `entry` = 52155; + +DELETE FROM `creature_loot_template` WHERE `Entry` = 52155; +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `LootMode`, `MinCount`, `MaxCount`) VALUES +(52155, 521550, 521550, 100, 1, 1, 1); + +DELETE FROM `reference_loot_template` WHERE `Entry` = 521550; +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`) VALUES +(521550, 69600, 0, 1, 1, 1, 1), -- Belt of Slithering Serpents +(521550, 69603, 0, 1, 1, 1, 1), -- Breastplate of Serenity +(521550, 69604, 0, 1, 1, 1, 1), -- Coils of Hate +(521550, 69601, 0, 1, 1, 1, 1), -- Serpentine Leggings +(521550, 69602, 0, 1, 1, 1, 1); -- Signet of Venoxis + +-- Bloodlord Mandokir +UPDATE `creature_template` SET `lootid` = 52151 WHERE `entry` = 52151; + +DELETE FROM `creature_loot_template` WHERE `entry`= 52151; +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `LootMode`, `MinCount`, `MaxCount`) VALUES +(52151, 521510, 521510, 100, 1, 1, 1); + +DELETE FROM `reference_loot_template` WHERE `Entry` = 521510; +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`) VALUES +(521510, 69605, 0, 1, 1, 1, 1), -- Amulet of the Watcher +(521510, 69609, 0, 1, 1, 1, 1), -- Bloodlord's Protector +(521510, 69608, 0, 1, 1, 1, 1), -- Deathcharged Wristguards +(521510, 69606, 0, 1, 1, 1, 1), -- Hakkari Loa Drape +(521510, 69607, 0, 1, 1, 1, 1), -- Touch of Discord +(521510, 68823, 1, 1, 2, 1, 1); -- Amored Razzashi Raptor Mount -- cgit v1.2.3