hxp
2021-12-06 dcfb2c6f6f06b62e4285b5c1cd7b6fe01e21c5b7
9341 【BT5】【主干】【后端】情缘系统(增加购买烟花全服广播)
1个文件已修改
1 ■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerLove.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerLove.py
@@ -1016,6 +1016,7 @@
    candyObj.fireworksCountDict[playerID] = candyObj.fireworksCountDict.get(playerID, 0) + 1
    Sync_CandyList(None, [candyObj])
    
    PlayerControl.WorldNotify(0, "BuyFireworks", [curPlayer.GetName(), candyObj.playerNameA, candyObj.playerNameB])
    GameWorld.Log("更新婚礼烟花: updProsperity=%s,fireworksCountDict=%s" % (candyObj.prosperity, candyObj.fireworksCountDict), playerID)
    return costMoneyType, costMoneyValue