From 3334add8f7d9e3977b2dd31e5b1ca7d8f83c55bc Mon Sep 17 00:00:00 2001 From: Grz3s Date: Tue, 19 Dec 2023 00:46:37 +0100 Subject: [PATCH] [WDB][5228] Kosco Copperpinch 15125 vendor list corrected (cherry picked from commit https://github.com/cmangos/wotlk-db/commit/210627a8e20786f6d1ac91b6e4a04b618512de31 --- Updates/4576_WDB-5227_TheSlagPit_SearingGorge.sql | 4 ++-- Updates/4577_WDB-5228_c.15125.sql | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 Updates/4577_WDB-5228_c.15125.sql diff --git a/Updates/4576_WDB-5227_TheSlagPit_SearingGorge.sql b/Updates/4576_WDB-5227_TheSlagPit_SearingGorge.sql index a12fd7330..86821d196 100644 --- a/Updates/4576_WDB-5227_TheSlagPit_SearingGorge.sql +++ b/Updates/4576_WDB-5227_TheSlagPit_SearingGorge.sql @@ -81,7 +81,7 @@ INSERT INTO creature_movement (id, point, positionx, positiony, positionz, orien -- Dark Iron Slaver 5844 / Dark Iron Taskmaster 5846 -- share same spawn points DELETE FROM creature_spawn_entry WHERE guid IN ( -4222,5738,5740,5741,5742,5776,5785,5786,5787,5802,5805,5808,5812,5814,5837,5838,5839,5841,5842, +4222,5738,5740,5741,5742,5776,5785,5786,5787,5802,5805,5808,5812,5814,5837,5838,5839,5841,5842,2120, 5843,5844,5847,6772,6773,6774,6777,6778,6779,6782,6784,6787,6790,6794,6797,6801,6803,6819,6821); INSERT INTO creature_spawn_entry (guid,entry) VALUES (2120,5844),(2120,5846),(4222,5844),(4222,5846),(5738,5844),(5738,5846), @@ -98,7 +98,7 @@ INSERT INTO creature_spawn_entry (guid,entry) VALUES (6794,5844),(6794,5846),(6797,5844),(6797,5846),(6801,5844),(6801,5846), (6803,5844),(6803,5846),(6819,5844),(6819,5846),(6821,5844),(6821,5846); UPDATE creature SET id = 0 WHERE guid IN ( -4222,5738,5740,5741,5742,5776,5785,5786,5787,5802,5805,5808,5812,5814,5837,5838,5839,5841,5842, +4222,5738,5740,5741,5742,5776,5785,5786,5787,5802,5805,5808,5812,5814,5837,5838,5839,5841,5842,2120, 5843,5844,5847,6772,6773,6774,6777,6778,6779,6782,6784,6787,6790,6794,6797,6801,6803,6819,6821); -- Enslaved Archaeologist 8402 diff --git a/Updates/4577_WDB-5228_c.15125.sql b/Updates/4577_WDB-5228_c.15125.sql new file mode 100644 index 000000000..5154cbc3c --- /dev/null +++ b/Updates/4577_WDB-5228_c.15125.sql @@ -0,0 +1,5 @@ +-- Kosco Copperpinch 15125 +-- vendor list corrected +DELETE FROM `npc_vendor` WHERE `entry` = 15125; +UPDATE `creature_template` SET `VendorTemplateId` = 451 WHERE `entry` = 15125; +