This commit is contained in:
2022-05-23 21:37:38 +08:00
parent a0f64376e9
commit 516b9b993d
5 changed files with 78 additions and 56 deletions

View File

@@ -18,12 +18,12 @@ void sock::Pack_Control(int idx, int code, void* p3, void* p4)
//질분
#if defined DRAGONBOX_SWITCH
if (Op >= 0 && Op < 10)Json_STL["DragonBox"] = Buffer;
if (Op >= 0 && Op <= 10)Json_STL["DragonBox"] = Buffer;
#endif
//各썹Boss
#if defined WORLDBOSS_SWITCH
if (Op >= 10 && Op < 20)Json_STL["WorldBoss"] = Buffer;
if (Op >= 10 && Op <= 20)Json_STL["WorldBoss"] = Buffer;
#endif