fix: 캐릭터 생성 시 초기 포션 지급 오류 수정
This commit is contained in:
@@ -12,8 +12,8 @@ namespace TON
|
||||
|
||||
public UserItemData()
|
||||
{
|
||||
hpPotion = 0;
|
||||
mpPotion = 0;
|
||||
hpPotion = 5;
|
||||
mpPotion = 5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user