asmrobot
2019-11-21 589ed88a5924a7494e21b95b6bbff5e46ff49ddd
src/RichCreator/Maps/Lindong/OutOfBounds.cs
@@ -8,6 +8,7 @@
using System.Text;
using System.Threading.Tasks;
using RichCreator.Dnf;
using RichCreator.Utility.Utilitys;
namespace RichCreator.Maps.Lindong
{
@@ -55,7 +56,7 @@
            switch (houseIndex)
            {
                case 5:
                    if (Utilitys.Utils.IsInRect(rolePosition, bounds[AREA_5Bound]))
                    if (GeoHelper.IsInRect(rolePosition, bounds[AREA_5Bound]))
                    {
                        areaID = AREA_5Bound;
                        return true;