shit happended com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'terliona.buffSets' doesn't exist
i have this error on this line, to fix need change buffSets to buffsets
statement = con.prepareStatement("INSERT INTO buffSets (setName,id) VALUES (?,?)");
statement = con.prepareStatement("INSERT INTO buffsets (setName,id) VALUES (?,?)");