forked from MagicBane/Server
zone override
This commit is contained in:
@@ -195,7 +195,7 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
this.loadID = rs.getInt("mob_mobbaseID");
|
||||
this.gridObjectType = GridObjectType.DYNAMIC;
|
||||
this.spawnRadius = rs.getFloat("mob_spawnRadius");
|
||||
this.spawnTime = rs.getInt("mob_spawnTime");
|
||||
this.spawnTime = (int)(rs.getInt("mob_spawnTime") * 0.5);
|
||||
this.parentZone = null;
|
||||
this.statLat = rs.getFloat("mob_spawnX");
|
||||
this.statAlt = rs.getFloat("mob_spawnY");
|
||||
|
||||
Reference in New Issue
Block a user