250501 커밋
This commit is contained in:
@@ -239,7 +239,7 @@ public class ShopAction : EntityActionBase
|
||||
}
|
||||
|
||||
// 1. 착용 여부 확인
|
||||
if (InvenEquipType.None != attribute.EquipedIvenType)
|
||||
if (InvenEquipType.None != attribute.EquipedInvenType)
|
||||
{
|
||||
err_msg = $"Failed to check equipped item : already equipped - {attribute.ItemGuid}";
|
||||
result.setFail(ServerErrorCode.SlotsAlreadyEquiped, err_msg);
|
||||
|
||||
Reference in New Issue
Block a user