hxp
2024-05-27 9a33274e49d1c162a506ac1f62d4f793b74af140
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GetPlayerInfo.py
@@ -65,7 +65,7 @@
    
    # 需要额外同步的自定义货币
    CurrencyValueDict = {}
    for moneyType in [ShareDefine.TYPE_Price_PayCoin]:
    for moneyType in [ShareDefine.TYPE_Price_PayCoin, ShareDefine.TYPE_Price_Xiantao, ShareDefine.TYPE_Price_Lingyu]:
        CurrencyValueDict['PlayerCurrency_%s' % moneyType] = PlayerControl.GetMoneyReal(curPlayer, moneyType)
    playerInfo.update(CurrencyValueDict)