Skip to content

Commit

Permalink
[WDB][5228] Kosco Copperpinch 15125
Browse files Browse the repository at this point in the history
vendor list corrected

(cherry picked from commit cmangos/wotlk-db@210627a
  • Loading branch information
Grz3s authored and AnonXS committed Dec 26, 2023
1 parent 2a49e36 commit 3334add
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Updates/4576_WDB-5227_TheSlagPit_SearingGorge.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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
Expand Down
5 changes: 5 additions & 0 deletions Updates/4577_WDB-5228_c.15125.sql
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 3334add

Please sign in to comment.