No some are longs

This commit is contained in:
2024-04-22 12:50:45 -04:00
parent 79079e200a
commit 4f115291eb
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -143,8 +143,8 @@ public class Mob extends AbstractIntelligenceAgent implements Delayed {
this.runeSet = rs.getInt("runeSet");
this.bootySet = rs.getInt("bootySet");
this.notEnemy = mbEnums.fromInt(rs.getInt("notEnemy"), mbEnums.MonsterType.class);
this.enemy = mbEnums.fromInt(rs.getInt("enemy"), mbEnums.MonsterType.class);
this.notEnemy = mbEnums.fromLong(rs.getLong("notEnemy"), mbEnums.MonsterType.class);
this.enemy = mbEnums.fromLong(rs.getLong("enemy"), mbEnums.MonsterType.class);
this.firstName = rs.getString("mob_name");
if (rs.getString("fsm").length() > 1)