From e06472bef9479bd093f9e4e17ca4597df1bb7d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=AA=E9=A3=8E?= <1213457484@qq.com> Date: Sun, 16 Mar 2025 22:49:03 +0800 Subject: [PATCH] 111 --- src/client/MapleCharacter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/MapleCharacter.java b/src/client/MapleCharacter.java index a1183e3..4d973a4 100644 --- a/src/client/MapleCharacter.java +++ b/src/client/MapleCharacter.java @@ -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 = ?");