קרדיט ל RZ
נבדק על ידי היוצר + פועל
תימצאו את : MapleCharacter
תימצאו את הקוד שבתוך MapleCharacter:
ציטוט:
finally {
try {
con.setAutoCommit(true);
con.setTransactionIsolation(Connection.TRANSACTION _REPEATABLE_READ);
} catch (SQLException e) {
log.error(MapleClient.getLogMessage(this, "[charsave] Error going back to autocommit mode"), e);
}
}
עכשיו תוסיפו מתחת לזה:
ציטוט:
saveToDB(true);
![]()















