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 "config.h"
#include "char.h"
#include "char_manager.h"
@@ -35,7 +35,7 @@ namespace quest
if (!q.ServerTimer(info->npc_id, info->arg))
return passes_per_sec / 2 + 1;
if (0 == info->time_cycle) // 루프가 아니라면 종료 시킨다.
if (0 == info->time_cycle) // 루프가 아니라면 종료 시킨다.
{
q.ClearServerTimerNotCancel(info->name, info->arg);
M2_DELETE_ARRAY(info->name);
@@ -62,7 +62,7 @@ namespace quest
if (!CQuestManager::instance().Timer(info->player_id, info->npc_id))
return (passes_per_sec / 2 + 1);
if (0 == info->time_cycle) // 루프가 아니라면 종료 시킨다.
if (0 == info->time_cycle) // 루프가 아니라면 종료 시킨다.
goto END_OF_TIMER_EVENT;
}
else