This commit is contained in:
Mitachi
2022-01-08 00:19:11 +01:00
parent 550b06f6df
commit 4eb6152132
2 changed files with 6 additions and 6 deletions

View File

@ -928,7 +928,7 @@ bool CHARACTER::DoRefine(LPITEM item, bool bMoneyOnly)
if (-1 == pos)
{
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("소지품에 빈 공간이 없습니다."));
return true;
return false;
}
#endif
@ -1222,7 +1222,7 @@ bool CHARACTER::DoRefineWithScroll(LPITEM item)
if (-1 == pos)
{
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("소지품에 빈 공간이 없습니다."));
return true;
return false;
}
#endif
@ -1273,7 +1273,7 @@ bool CHARACTER::DoRefineWithScroll(LPITEM item)
if (-1 == pos)
{
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("소지품에 빈 공간이 없습니다."));
return true;
return false;
}
#endif