text encoding fixed

This commit is contained in:
d1str4ught
2025-08-18 02:12:07 +02:00
parent da0a923cde
commit 34000c3306
484 changed files with 5767 additions and 5767 deletions

View File

@@ -1,4 +1,4 @@
#include "stdafx.h"
#include "stdafx.h"
#include "../../common/stl.h"
#include "constants.h"
@@ -297,7 +297,7 @@ bool CSkillManager::Initialize(TSkillTable * pTab, int iSize)
if (!bError)
{
// 기존 테이블의 내용을 지운다.
// 기존 테이블의 내용을 지운다.
itertype(m_map_pkSkillProto) it = m_map_pkSkillProto.begin();
while (it != m_map_pkSkillProto.end()) {
@@ -307,7 +307,7 @@ bool CSkillManager::Initialize(TSkillTable * pTab, int iSize)
m_map_pkSkillProto.clear();
// 새로운 내용을 삽입
// 새로운 내용을 삽입
it = map_pkSkillProto.begin();
while (it != map_pkSkillProto.end())