From 507009cf20b2b68f179a8b83957707dd0a46b4ab Mon Sep 17 00:00:00 2001 From: tvillegas98 Date: Thu, 14 Nov 2024 17:31:35 -0300 Subject: [PATCH] feat: update players behind wall positions --- priv/repo/seeds.exs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/priv/repo/seeds.exs b/priv/repo/seeds.exs index d75ed6b0b..feebd9532 100644 --- a/priv/repo/seeds.exs +++ b/priv/repo/seeds.exs @@ -3673,16 +3673,16 @@ merliot_map_config = %{ radius: 15000.0, active: true, initial_positions: [ - %{x: -5757, y: 4683}, + %{x: -4961, y: 5001}, %{x: -2417, y: 5103}, %{x: 952, y: 5603}, - %{x: 4782, y: 5583}, + %{x: 4695, y: 4859}, %{x: 5632, y: 2753}, %{x: 5242, y: -316}, - %{x: 5602, y: -4806}, + %{x: 4908, y: -3698}, %{x: 2442, y: -5476}, %{x: -897, y: -5296}, - %{x: -4337, y: -5506}, + %{x: -4871, y: -4868}, %{x: -4897, y: -2416}, %{x: -5047, y: 853} ],