forked from MagicBane/Server
zone override
This commit is contained in:
@@ -32,7 +32,7 @@ public class dbCityHandler extends dbHandlerBase {
|
||||
String type = rs.getString("type");
|
||||
switch (type) {
|
||||
case "zone":
|
||||
if(rs.getInt("isPlayerCity") != 0 && Zone.skipZone(rs.getString("Name")))
|
||||
if(rs.getInt("isPlayerCity") == 0 && Zone.skipZone(rs.getString("Name")))
|
||||
break;
|
||||
Zone zone = new Zone(rs);
|
||||
DbManager.addToCache(zone);
|
||||
|
||||
Reference in New Issue
Block a user