From 3aee76b2d66a9dff6d86c204d38bef97d00d222b Mon Sep 17 00:00:00 2001 From: Teppic1 Date: Thu, 8 Feb 2018 17:26:38 +0100 Subject: DB/Loot: Reference template 24062 corrections Closes #21368 --- sql/updates/world/3.3.5/2018_02_08_02_world_335.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_02_08_02_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_02_08_02_world_335.sql b/sql/updates/world/3.3.5/2018_02_08_02_world_335.sql new file mode 100644 index 00000000000..717cec62c05 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_08_02_world_335.sql @@ -0,0 +1,14 @@ +-- Remove unique items from reference table 24062 +DELETE FROM `reference_loot_template` WHERE `Entry`=24062 AND `Item` IN (880, 1299, 1457, 1458, 2175, 1462, 1461, 1459, 3018, 3227); + +-- Add former items from reference table 24062 to their proper NPCs +DELETE FROM `creature_loot_template` WHERE `Item` IN (880, 1299, 1457, 1458, 2175, 1462, 1461, 1459); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `Comment`) VALUES +(202, 880, 0.1, 0, "Skeletal Horror - Staff of Horrors"), +(436, 1299, 0.1, 0, "Blackrock Shadowcaster - Lesser Belt of the Spire"), +(433, 1457, 0.1, 0, "Shadowhide Gnoll - Shadowhide Mace"), +(432, 1458, 0.1, 0, "Shadowhide Brute - Shadowhide Maul"), +(568, 2175, 0.1, 0, "Shadowhide Warrior - Shadowhide Battle Axe"), +(429, 1462, 0.1, 0, "Shadowhide Darkweaver - Ring of the Shadow"), +(431, 1461, 0.1, 0, "Shadowhide Slayer - Slayer's Battle Axe"), +(579, 1459, 0.1, 0, "Shadowhide Assassin - Shadowhide Scalper"); -- cgit v1.2.3