forked from MagicBane/Server
class and table schema now conform to JSON
This commit is contained in:
@@ -182,7 +182,7 @@ public enum ZoneManager {
|
||||
|
||||
public static final void populateWorldZones(final Zone zone) {
|
||||
|
||||
int loadNum = zone.zoneTemplate;
|
||||
int loadNum = zone.template;
|
||||
|
||||
// Zones are added to separate
|
||||
// collections for quick access
|
||||
|
||||
Reference in New Issue
Block a user