Skip to content

Commit

Permalink
Update 20230623143144_world.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Sep 14, 2023
1 parent 7750bc9 commit b83118b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/migrations/20230623143144_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,12 @@ DELETE FROM `gameobject` WHERE `guid` IN (SELECT `guid` FROM `pool_gameobject` W
DELETE FROM `pool_gameobject` WHERE `pool_entry` = 417;
DELETE FROM `pool_pool` WHERE `pool_id` = 417;

-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Scarlet Mage and Scarlet Knight Share Spawns
UPDATE `creature` SET `id` = 1826, `id2` = 1833 WHERE `id` IN (1826, 1833);
-- Except
UPDATE `creature` SET `id` = 1833, `id2` = 0 WHERE `guid` IN (45381,45377, 47157, 45379, );


-- End of migration.
END IF;
Expand Down

0 comments on commit b83118b

Please sign in to comment.