fix: 캐릭터 생성 시 초기 포션 지급 오류 수정

This commit is contained in:
aube.lee
2025-03-14 19:58:21 +09:00
parent 2e205f2bb3
commit cec4998590

View File

@@ -12,8 +12,8 @@ namespace TON
public UserItemData()
{
hpPotion = 0;
mpPotion = 0;
hpPotion = 5;
mpPotion = 5;
}
}
}