aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeppic1 <Teppic1@users.noreply.github.com>2018-02-17 21:13:23 +0100
committerfunjoker <funjoker109@gmail.com>2021-08-08 21:21:34 +0200
commit9252fe89fece876dae6a4c18cd2559074b7764c8 (patch)
treea66db1f50126163358ed29b39201545a8eee519a
parent463ffb69c4472537575bb152aa351503be614bb3 (diff)
DB/Loot: Reference template 24066 corrections
Closes #21409 (cherry picked from commit b71b3c66724e18fe8a19e01cae2582678a459dc1)
-rw-r--r--sql/updates/world/master/2021_07_01_01_world_2018_02_17_01_world_335.sql15
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_07_01_01_world_2018_02_17_01_world_335.sql b/sql/updates/world/master/2021_07_01_01_world_2018_02_17_01_world_335.sql
new file mode 100644
index 00000000000..a9f15371781
--- /dev/null
+++ b/sql/updates/world/master/2021_07_01_01_world_2018_02_17_01_world_335.sql
@@ -0,0 +1,15 @@
+--
+-- Remove unique items from reference table 24066
+DELETE FROM `reference_loot_template` WHERE `Entry`=24066 AND `Item` IN (886, 1077, 2013, 2227, 2233, 2566, 3204, 3569, 6315);
+-- Add former items from reference table 24066 to their proper NPCs
+-- DELETE FROM `creature_loot_template` WHERE `Item` IN (886, 1077, 2013, 2227, 2233, 2566, 3204, 3569, 6315);
+-- INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `Comment`) VALUES
+-- (210, 886, 0.1, 0, "Bone Chewer - Black Metal Shortsword"),
+-- (910, 1077, 0.1, 0, "Defias Enchanter - Defias Mage Ring"),
+-- (787, 2013, 0.1, 0, "Skeletal Healer - Cryptbone Staff"),
+-- (892, 2227, 0.1, 0, "Splinter Fist Taskmaster - Heavy Ogre War Axe"),
+-- (533, 2233, 0.1, 0, "Nightbane Shadow Weaver - Shadow Weaver Leggings"),
+-- (397, 2566, 1.5, 0, "Morganth - Sacrificial Robes"),
+-- (2372, 3204, 0.1, 0, "Mudsnout Gnoll - Deepwood Bracers"),
+-- (4517, 3569, 1.5, 0, "Death's Head Priest - Vicar's Robe"),
+-- (6523, 6315, 0.1, 0, "Dark Iron Rifleman - Steelarrow Crossbow");