forked from MagicBane/Server
class and table schema now conform to JSON
This commit is contained in:
@@ -130,7 +130,7 @@ public abstract class AbstractIntelligenceAgent extends AbstractCharacter {
|
||||
ArrayList<Zone> allIn = ZoneManager.getAllZonesIn(this.getLoc());
|
||||
|
||||
for (Zone zone : allIn)
|
||||
if (zone.peaceZone == (byte) 1)
|
||||
if (zone.peace_zone == (byte) 1)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user