This commit is contained in:
雪风 2025-03-16 22:49:03 +08:00
parent 4080a9d3e5
commit e06472bef9
1 changed files with 1 additions and 1 deletions

View File

@ -6410,7 +6410,7 @@ public class MapleCharacter extends AbstractAnimatedMapleMapObject implements Se
}
public void setAccountidLogByCid(final String log1, final int slot) {
final int jf = this.getAccountidLog(log1);
final int jf = this.getAccountidLogByCid(log1);
try {
final Connection con = (Connection) DBConPool.getInstance().getDataSource().getConnection();
final PreparedStatement ps = con.prepareStatement("UPDATE accountidlog SET sz1 = ? where cid = ? AND log = ?");