ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -5716,7 +5716,7 @@ ## 玩家今日已获得仙缘币 def GetTodayXianyuanCoin(curPlayer): return curPlayer.GetExAttr11() def SetTodayXianyuanCoin(curPlayer, value): return curPlayer.SetExAttr11(value) def SetTodayXianyuanCoin(curPlayer, value): return curPlayer.SetExAttr11(value, False, True) def AddTodayXianyuanCoin(curPlayer, addValue): return curPlayer.SetExAttr11(curPlayer.GetExAttr11() + addValue, False, True) ##VIP到期时间, 需要同步GameServer