This commit is contained in:
2022-11-10 04:27:41 +08:00
parent 9a08d162ad
commit a526a65f3e
4 changed files with 10 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ void sock::Pack_Control(int idx, int code, void* p3, void* p4)
#if defined CUSTOM_PACK_SOCK
/*
if (Op == 610)
{
uint32_t v = GetSqVm();
@@ -36,6 +37,7 @@ void sock::Pack_Control(int idx, int code, void* p3, void* p4)
SQ_Call(v, 2, 0, 1);
SQPop(v, 2);
}
*/
if (Op >= 30 && Op <= 40)
{
uint32_t v = GetSqVm();