From 84d41bd256d53ebafab1ca79b35a9f91d459366a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 13 四月 2021 16:16:17 +0800 Subject: [PATCH] 8896 【BT2】【主干】【后端】特权令(同步冲突;及修改B209 B210 封包 为B211 B212) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFuncSysPrivilege.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFuncSysPrivilege.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFuncSysPrivilege.py index 3c0f713..805e524 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFuncSysPrivilege.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFuncSysPrivilege.py @@ -31,9 +31,9 @@ Sync_FuncSysPrivilege(curPlayer) return -#// B2 09 激活功能系统特权奖励 #tagMCActivateFuncSysPrivilege +#// B2 11 激活功能系统特权奖励 #tagCMActivateFuncSysPrivilege # -#struct tagMCActivateFuncSysPrivilege +#struct tagCMActivateFuncSysPrivilege #{ # tagHead Head; # BYTE ActivateCount; // 激活个数 @@ -90,7 +90,7 @@ Sync_FuncSysPrivilege(curPlayer, canActivateList) return -#// B2 10 领取功能系统特权奖励 #tagCMGetFuncSysPrivilegeAward +#// B2 12 领取功能系统特权奖励 #tagCMGetFuncSysPrivilegeAward # #struct tagCMGetFuncSysPrivilegeAward #{ -- Gitblit v1.8.0