ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
@@ -131,6 +131,7 @@
def DoLogic_OnHour(tick):
    GameWorld.Log("MapServer -> OnHour!")
    
    PlayerFamily.FamilyOnHour()
    #副本OnHour事件
    FBLogic.OnHour(time, tick)
    
@@ -276,7 +277,7 @@
        PlayerLove.DoPlayerOnDay(curPlayer)
        #仙宫
        PlayerXiangong.PlayerOnDay(curPlayer)
        PlayerControl.PayCoinOnDay(curPlayer)
        PlayerControl.PlayerOnDay(curPlayer)
        ChPlayer.PlayerOnDay(curPlayer)
        PlayerActivity.OnDay(curPlayer)
        PlayerLLMJ.PlayerOnDay(curPlayer)