Removed custom exception candy

This commit is contained in:
2024-05-12 13:36:47 -04:00
parent 7335946c10
commit 634f1478ce
142 changed files with 181 additions and 327 deletions
+2
View File
@@ -309,6 +309,7 @@ public class dbNPCHandler extends dbHandlerBase {
return false;
}
}
public boolean UPDATE_RACE(NPC npc, int value) {
try (Connection connection = DbManager.getConnection();
@@ -324,6 +325,7 @@ public class dbNPCHandler extends dbHandlerBase {
return false;
}
}
public void LOAD_PIRATE_NAMES() {
String pirateName;