Update to bool return handling.
This commit is contained in:
@@ -69,8 +69,8 @@ public class dbCharacterSkillHandler extends dbHandlerBase {
|
||||
|
||||
} catch (SQLException e) {
|
||||
Logger.error(e);
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public CharacterSkill GET_SKILL(final int objectUUID) {
|
||||
|
||||
Reference in New Issue
Block a user