text encoding fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include "desc_client.h"
|
||||
#include "desc_manager.h"
|
||||
#include "char_manager.h"
|
||||
@@ -78,8 +78,8 @@ namespace marriage
|
||||
|
||||
m_pEndEvent = event_create(wedding_end_event, info, PASSES_PER_SEC(5));
|
||||
|
||||
Notice(LC_TEXT("결혼식이 종료됩니다."));
|
||||
Notice(LC_TEXT("자동으로 나가게됩니다."));
|
||||
Notice(LC_TEXT("결혼식이 종료됩니다."));
|
||||
Notice(LC_TEXT("자동으로 나가게됩니다."));
|
||||
|
||||
for (itertype(m_set_pkChr) it = m_set_pkChr.begin(); it != m_set_pkChr.end(); ++it)
|
||||
{
|
||||
@@ -87,7 +87,7 @@ namespace marriage
|
||||
if (ch->GetPlayerID() == dwPID1 || ch->GetPlayerID() == dwPID2)
|
||||
continue;
|
||||
|
||||
if (ch->GetLevel() < 10) // 10 레벨이하는 주지않는다.
|
||||
if (ch->GetLevel() < 10) // 10 레벨이하는 주지않는다.
|
||||
continue;
|
||||
|
||||
//ch->AutoGiveItem(27003, 5);
|
||||
@@ -122,9 +122,9 @@ namespace marriage
|
||||
{
|
||||
if (ch->IsPC())
|
||||
{
|
||||
// ExitToSavedLocation은 WarpSet을 부르는데 이 함수에서
|
||||
// Sectree가 NULL이 된다. 추 후 SectreeManager로 부터는
|
||||
// 이 캐릭터를 찾을 수 없으므로 아래 DestroyAll에서 별도 처리함
|
||||
// ExitToSavedLocation은 WarpSet을 부르는데 이 함수에서
|
||||
// Sectree가 NULL이 된다. 추 후 SectreeManager로 부터는
|
||||
// 이 캐릭터를 찾을 수 없으므로 아래 DestroyAll에서 별도 처리함
|
||||
ch->ExitToSavedLocation();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user