Update to bool return handling.

This commit is contained in:
2023-05-23 09:17:06 -04:00
parent 55756472c6
commit 7c57dcc73d
15 changed files with 88 additions and 120 deletions
+1 -1
View File
@@ -108,8 +108,8 @@ public class dbMobBaseHandler extends dbHandlerBase {
} catch (SQLException e) {
Logger.error(e);
return false;
}
return false;
}
public HashMap<Integer, Integer> LOAD_STATIC_POWERS(int mobBaseUUID) {