FreeType added, synched POINT_*'s, Celine's Splash Fix

This commit is contained in:
Mind Rapist
2026-02-08 23:32:06 +02:00
parent 43af66b808
commit 39030c5aed
6 changed files with 146 additions and 17 deletions

View File

@@ -676,6 +676,13 @@ bool CPythonPlayer::__UseSkill(DWORD dwSlotIndex)
}
}
// celine skill fix
if (pkInstTarget && pkInstTarget != pkInstMain)
{
pkInstMain->SetSkillTarget(pkInstTarget->GetVirtualID());
}
// END OF celine skill fix
// 관격술 처리
DWORD dwTargetMaxCount = pSkillData->GetTargetCount(rkSkillInst.fcurEfficientPercentage);
DWORD dwRange = __GetSkillTargetRange(*pSkillData);