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 "questmanager.h"
#include "char.h"
#include "sectree_manager.h"
@@ -69,7 +69,7 @@ namespace quest
return 0;
}
// 현재 퀘스트에 등록된 타겟을 삭제 한다.
// 현재 퀘스트에 등록된 타겟을 삭제 한다.
int target_delete(lua_State* L)
{
LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr();
@@ -86,7 +86,7 @@ namespace quest
return 0;
}
// 현재 퀘스트 인덱스로 되어있는 타겟을 모두 삭제한다.
// 현재 퀘스트 인덱스로 되어있는 타겟을 모두 삭제한다.
int target_clear(lua_State* L)
{
LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr();