From 589ed88a5924a7494e21b95b6bbff5e46ff49ddd Mon Sep 17 00:00:00 2001
From: asmrobot <asmrobot@hotmail.com>
Date: Thu, 21 Nov 2019 01:08:42 +0000
Subject: [PATCH] kalete map
---
src/RichCreator/Maps/Lindong/OutOfBounds.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/RichCreator/Maps/Lindong/OutOfBounds.cs b/src/RichCreator/Maps/Lindong/OutOfBounds.cs
index 34e19c0..ebdf312 100644
--- a/src/RichCreator/Maps/Lindong/OutOfBounds.cs
+++ b/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;
--
Gitblit v1.9.3