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 13, 2023
1 parent 828654b commit 739ae76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sql/migrations/20230623143144_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,13 @@ UPDATE `quest_template` SET `RequiredRaces` = 178 WHERE `entry` = 4509;
-- Plaguehound Runt and Plaguebat Share Spawns
UPDATE `creature` SET `id` = 8596, `id2` = 8600 WHERE `id` IN (8596, 8600);

-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Create new pool to hold Small Lockbox spawns in Western Plaguelands.
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`, `patch_min`, `patch_max`) VALUES
(330, 9, 'Western Plaguelands - Small Lockbox', 0, 10);
INSERT INTO `pool_gameobject_template` (`id`, `pool_entry`, `description`) VALUES
(175802, 330, 'Western Plaguelands - Small Lockbox');


-- End of migration.
END IF;
Expand Down

0 comments on commit 739ae76

Please sign in to comment.