HorridoJoho
authored
Required by core update. Boolean fields from the database are read using ResultSet#getBoolean. Since the core changed from the mysql to mariadb connector, 'true' and 'false' strings are not anymore converted correctly to booleans by ResultSet#getBoolean. Instead it was always returning false. Hence the need to convert the database fields.
Name | Last commit | Last update |
---|---|---|
.. | ||
main | ||
test/java/com/l2jserver/datapack |