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;