修改时间容器前
This commit is contained in:
@@ -16,6 +16,17 @@ void sock::Pack_Control(int idx, int code, void* p3, void* p4)
|
||||
Dom.Parse(Buffer);//속潼 俚륜눔
|
||||
int Op = Dom["op"].GetInt();//털뙤잚謹
|
||||
|
||||
|
||||
uint32_t v = GetSqVm();
|
||||
SQPushRootTable(v);
|
||||
SQPushString(v, L"Sq_Pack_Control", -1);
|
||||
SQ_Get(v, -2);
|
||||
SQPushRootTable(v);
|
||||
SQPushString(v, DNFTOOL::charTowchar_t(Buffer), -1);
|
||||
SQ_Call(v, 2, 0, 0);
|
||||
SQPop(v, 2);
|
||||
|
||||
|
||||
//질분
|
||||
#if defined DRAGONBOX_SWITCH
|
||||
if (Op >= 0 && Op <= 10)Json_STL["DragonBox"] = Buffer;
|
||||
@@ -26,8 +37,6 @@ void sock::Pack_Control(int idx, int code, void* p3, void* p4)
|
||||
if (Op >= 10 && Op <= 20)Json_STL["WorldBoss"] = Buffer;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if defined LOCALHOSTS_SWITCH
|
||||
std::cout << "130뵀澗관냥묘" << std::endl;
|
||||
std::cout << "관코휭" << Buffer << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user