Skip to content

Commit

Permalink
- Reldens - v4.0.0 - Fix bots room intial position.
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-pastorini committed Oct 22, 2024
1 parent 874e39e commit 0494206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion migrations/development/beta.38-sql-update.sql
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ INSERT INTO `rooms_change_points` (`id`, `room_id`, `tile_index`, `next_room_id`
(NULL, 10, 382, 9);

INSERT INTO `rooms_return_points` (`id`, `room_id`, `direction`, `x`, `y`, `is_default`, `from_room_id`) VALUES
(NULL, 9, 'down', 4608, 960, 0, 9),
(NULL, 9, 'down', 4500, 985, 1, NULL),
(NULL, 9, 'down', 1600, 4544, 0, 10),
(NULL, 10, 'up', 64, 544, 1, 9);

Expand Down
2 changes: 1 addition & 1 deletion migrations/production/reldens-sample-data-v4.0.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ REPLACE INTO `rooms_return_points` (`id`, `room_id`, `direction`, `x`, `y`, `is_
(11, 2, 'left', 720, 540, 0, 6),
(12, 7, 'left', 340, 600, 0, NULL),
(13, 3, 'down', 660, 520, 0, 7),
(14, 9, 'down', 4608, 960, 0, 9),
(14, 9, 'down', 4500, 985, 1, NULL),
(15, 9, 'down', 1600, 4544, 0, 10),
(16, 10, 'up', 64, 544, 1, 9);

Expand Down

0 comments on commit 0494206

Please sign in to comment.