From cb7ea138d094ea65e5ded6672fccf4d1604c667f Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 12 八月 2021 14:16:47 +0800 Subject: [PATCH] 5041 【BT2】【BT3】【主干】特殊累充-每日累充 背包满领取无提示(累计充值活动领奖增加背包不足提醒) --- ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py index e4427d0..0fb4e60 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py @@ -81,6 +81,7 @@ Def_GMKey_PlayerName = 'playerName' Def_GMKey_PlayerAccID = 'accID' Def_GMKey_FamilyName = 'familyName' +Def_GMKey_FamilyID = 'familyID' Def_GMKey_PackIndex = 'packIndex' Def_GMKey_IP = 'IP' Def_GMKey_QueryType = 'queryType' -- Gitblit v1.8.0