aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeppic1 <Teppic1@users.noreply.github.com>2018-02-13 01:26:40 +0100
committerShauren <shauren.trinity@gmail.com>2021-06-20 19:05:44 +0200
commitab1e533f3f176b75ab0f244a60253ffcdc574f4f (patch)
tree9559235cefd7ad14d872120e68ca0f41174b7d41
parentcecb91ad3d77d622a3b36d36e06a9220b2c44204 (diff)
DB/Loot: Reference template 24064 corrections
Closes #21385 (cherry picked from commit 75b975b4e8a26e9edcc3825b4c27837bf947aefc)
-rw-r--r--sql/updates/world/master/2021_06_20_01_world_2018_02_13_00_world_335.sql26
1 files changed, 26 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_20_01_world_2018_02_13_00_world_335.sql b/sql/updates/world/master/2021_06_20_01_world_2018_02_13_00_world_335.sql
new file mode 100644
index 00000000000..6b8ab7cfb9c
--- /dev/null
+++ b/sql/updates/world/master/2021_06_20_01_world_2018_02_13_00_world_335.sql
@@ -0,0 +1,26 @@
+-- Remove unique items from reference table 24064
+DELETE FROM `reference_loot_template` WHERE `Entry`=24064 AND `Item` IN (911, 920, 1076, 1406, 1455, 1459, 1461, 1462, 2034, 2232, 3429);
+
+-- Add former items from reference table 24064 to their proper NPCs
+DELETE FROM `creature_loot_template` WHERE `Item` IN (911, 920, 1076, 1406, 1455, 2034, 2232, 3429);
+INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `Comment`) VALUES
+(1706, 1076, 1, 0, "Prisoner - Defias Renegade Ring"),
+(1711, 1076, 1, 0, "Convict - Defias Renegade Ring"),
+(1715, 1076, 1, 0, "Insurgent - Defias Renegade Ring"),
+(435, 1455, 0.1, 0, "Blackrock Champion - Blackrock Champion's Axe"),
+(74351, 2034, 1, 0, "Twilight Disciple - Scholarly Robes"),
+(74353, 2034, 1, 0, "Twilight Aquamancer - Scholarly Robes"),
+(74363, 2034, 1, 0, "Twilight Shadow - Scholarly Robes"),
+(74380, 2034, 1, 0, "Twilight Storm Mender - Scholarly Robes"),
+(74382, 2034, 1, 0, "Twilight Shadowmage - Scholarly Robes"),
+(74980, 2034, 1, 0, "Twilight Storm Mender - Scholarly Robes"),
+(74983, 2034, 1, 0, "Twilight Disciple - Scholarly Robes"),
+(75058, 2034, 1, 0, "Twilight Aquamancer - Scholarly Robes"),
+(75135, 2034, 1, 0, "Tormented Sacrifice - Scholarly Robes"),
+(75285, 2034, 1, 0, "Twilight Storm Mender - Scholarly Robes"),
+(75286, 2034, 1, 0, "Twilight Disciple - Scholarly Robes"),
+(76036, 2034, 1, 0, "Twilight Shadow - Scholarly Robes"),
+(76037, 2034, 1, 0, "Twilight Storm Mender - Scholarly Robes"),
+(76038, 2034, 1, 0, "Twilight Shadowmage - Scholarly Robes"),
+(76039, 2034, 1, 0, "Twilight Aquamancer - Scholarly Robes"),
+(77232, 2034, 1, 0, "Twilight Disciple - Scholarly Robes");