file encoding to utf-8
This commit is contained in:
@@ -213,7 +213,7 @@ void CPythonPlayer::__Update_AutoAttack()
|
||||
if (!pkInstMain)
|
||||
return;
|
||||
|
||||
// 탄환격 쓰고 달려가는 도중에는 스킵
|
||||
// 탄환격 쓰고 달려가는 도중에는 스킵
|
||||
if (__IsUsingChargeSkill())
|
||||
return;
|
||||
|
||||
@@ -982,7 +982,7 @@ float CPythonPlayer::GetSkillNextEfficientPercentage(DWORD dwSlotIndex)
|
||||
|
||||
void CPythonPlayer::SetSkillLevel(DWORD dwSlotIndex, DWORD dwSkillLevel)
|
||||
{
|
||||
assert(!"CPythonPlayer::SetSkillLevel - 사용하지 않는 함수");
|
||||
assert(!"CPythonPlayer::SetSkillLevel - 사용하지 않는 함수");
|
||||
if (dwSlotIndex >= SKILL_MAX_NUM)
|
||||
return;
|
||||
|
||||
@@ -1195,7 +1195,7 @@ void CPythonPlayer::SendClickItemPacket(DWORD dwIID)
|
||||
|
||||
void CPythonPlayer::__SendClickActorPacket(CInstanceBase& rkInstVictim)
|
||||
{
|
||||
// 말을 타고 광산을 캐는 것에 대한 예외 처리
|
||||
// 말을 타고 광산을 캐는 것에 대한 예외 처리
|
||||
CInstanceBase* pkInstMain=NEW_GetMainActorPtr();
|
||||
if (pkInstMain)
|
||||
if (pkInstMain->IsHoldingPickAxe())
|
||||
@@ -1581,7 +1581,7 @@ void CPythonPlayer::NEW_ClearSkillData(bool bAll)
|
||||
|
||||
for (int j = 0; j < SKILL_MAX_NUM; ++j)
|
||||
{
|
||||
// 2004.09.30.myevan.스킬갱신시 스킬 포인트업[+] 버튼이 안나와 처리
|
||||
// 2004.09.30.myevan.스킬갱신시 스킬 포인트업[+] 버튼이 안나와 처리
|
||||
m_playerStatus.aSkill[j].iGrade = 0;
|
||||
m_playerStatus.aSkill[j].fcurEfficientPercentage=0.0f;
|
||||
m_playerStatus.aSkill[j].fnextEfficientPercentage=0.05f;
|
||||
|
||||
Reference in New Issue
Block a user