HotZone minLevel enforced.

This commit is contained in:
2023-02-23 16:46:55 -05:00
parent 6912a06351
commit 4c625cdfbf
2 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ public class Zone extends AbstractGameObject {
private boolean isNPCCity = false;
private boolean isPlayerCity = false;
private String hash;
private int minLvl;
private int maxLvl;
public int minLvl;
public int maxLvl;
private float worldAltitude = 0;