Skip to content

Commit

Permalink
Fix migration error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb committed Sep 25, 2024
1 parent 4bad448 commit 8ab4fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/migrations/20230629153420_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ INSERT INTO `migrations` VALUES ('20230629153420');


-- Create new pool to hold Dented Footlocker spawns in Searing Gorge.
DELETE FROM `pool_template` WHERE `entry` = 514;
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`, `patch_min`, `patch_max`) VALUES
(514, 14, 'Dented Footlockers in Searing Gorge', 1, 10);
-- Add existing spawns to pool.
Expand Down

0 comments on commit 8ab4fbf

Please sign in to comment.