111
This commit is contained in:
parent
4080a9d3e5
commit
e06472bef9
|
|
@ -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 = ?");
|
||||
|
|
|
|||
Loading…
Reference in New Issue