From 229b7165ee4a52614bc8989bcd2e69c565500640 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Sun, 25 Apr 2021 16:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8C=82=E6=9C=BA=E3=80=91=E7=AC=AC?= =?UTF-8?q?=E4=BA=94=E8=B4=A6=E5=9C=B0=E5=9B=BE=E5=81=B6=E7=8E=B0=E6=AD=BB?= =?UTF-8?q?=E5=BE=AA=E7=8E=AF=E5=8D=A1=E6=AD=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Fight/View/FightPointMapView.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Fight/View/FightPointMapView.lua b/Assets/ManagedResources/~Lua/Modules/Fight/View/FightPointMapView.lua index 51197bc5f5..0747fd2644 100644 --- a/Assets/ManagedResources/~Lua/Modules/Fight/View/FightPointMapView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Fight/View/FightPointMapView.lua @@ -37,8 +37,8 @@ local monsterArea = { y_pos = {min = 8, max = 14}, }, [5004] = { - x_pos = {min = 9, max = 27}, - y_pos = {min = 8, max = 14}, + x_pos = {min = 8, max = 27}, + y_pos = {min = 8, max = 15}, }, }