text encoding fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include <sstream>
|
||||
|
||||
#include "desc.h"
|
||||
@@ -330,8 +330,8 @@ namespace quest
|
||||
}
|
||||
};
|
||||
|
||||
// 파티 단위로 버프 주는 함수.
|
||||
// 같은 맵에 있는 파티원만 영향을 받는다.
|
||||
// 파티 단위로 버프 주는 함수.
|
||||
// 같은 맵에 있는 파티원만 영향을 받는다.
|
||||
int party_give_buff (lua_State* L)
|
||||
{
|
||||
CQuestManager & q = CQuestManager::instance();
|
||||
@@ -412,7 +412,7 @@ namespace quest
|
||||
{ "is_in_dungeon", party_is_in_dungeon },
|
||||
{ "give_buff", party_give_buff },
|
||||
{ "is_map_member_flag_lt", party_is_map_member_flag_lt },
|
||||
{ "get_member_pids", party_get_member_pids }, // 파티원들의 pid를 return
|
||||
{ "get_member_pids", party_get_member_pids }, // 파티원들의 pid를 return
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user