Fixed gatekeeper issue after capturing Devastated Castle.

Contributed by G-hamsteR.
This commit is contained in:
MobiusDevelopment
2020-09-09 15:23:35 +00:00
parent 27ea5538b0
commit 4be9fc72fd
2 changed files with 2 additions and 2 deletions

View File

@@ -1006,7 +1006,7 @@ public class ClanHallManagerInstance extends FolkInstance
{ {
if (_clanHallId < 0) if (_clanHallId < 0)
{ {
final ClanHall temp = ClanHallManager.getInstance().getNearbyClanHall(getX(), getY(), 500); final ClanHall temp = ClanHallManager.getInstance().getNearbyClanHall(getX(), getY(), 1500);
if (temp != null) if (temp != null)
{ {
_clanHallId = temp.getId(); _clanHallId = temp.getId();

View File

@@ -1006,7 +1006,7 @@ public class ClanHallManagerInstance extends FolkInstance
{ {
if (_clanHallId < 0) if (_clanHallId < 0)
{ {
final ClanHall temp = ClanHallManager.getInstance().getNearbyClanHall(getX(), getY(), 500); final ClanHall temp = ClanHallManager.getInstance().getNearbyClanHall(getX(), getY(), 1500);
if (temp != null) if (temp != null)
{ {
_clanHallId = temp.getId(); _clanHallId = temp.getId();