text encoding fixed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user