hxp
2022-05-06 9c1dd934cdc3c9be8db41597ff62be632f042baa
9437 【越南】【后端】天帝礼包(IsAwardPoolOK直接同步原值)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActGodGift.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActGodGift.py
@@ -442,7 +442,7 @@
            clientPack.ItemLibList.append(itemLib)
            
    clientPack.ItemLibCount = len(clientPack.ItemLibList)
    clientPack.IsAwardPoolOK = 1 if curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_GodGiftAwardPool % actNum) == 1 else 0
    clientPack.IsAwardPoolOK = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_GodGiftAwardPool % actNum)
    NetPackCommon.SendFakePack(curPlayer, clientPack)
    return