mob spawn revert

This commit is contained in:
2024-03-26 12:47:26 -05:00
parent a320333ddc
commit 57b5cef021
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 = (int)(rs.getInt("mob_spawnTime") * 0.5);
this.spawnTime = rs.getInt("mob_spawnTime");
this.parentZone = null;
this.statLat = rs.getFloat("mob_spawnX");
this.statAlt = rs.getFloat("mob_spawnY");