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 10, 2023
1 parent b0f5903 commit ce317f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sql/migrations/20230623143144_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,14 @@ INSERT INTO `creature_groups` (`leader_guid`, `member_guid`, `dist`, `angle`, `f
DELETE FROM `gameobject` WHERE `guid` = 42329;
DELETE FROM `pool_gameobject` WHERE `guid` = 42329;

-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Dusty Reliquary Does Not Despawn on Use
UPDATE `gameobject` SET `spawntimesecsmin` = 0, `spawntimesecsmax` = 0 WHERE `guid` = 49372;

-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Rock Stalker and Stonelash Flayer Share Spawns
UPDATE `creature` SET `id` = 11737, `id2` = 11739 WHERE `id` IN (11737, 11739);


-- End of migration.
END IF;
Expand Down

0 comments on commit ce317f3

Please sign in to comment.