From fea76cc7386e6c35cfe0f4910f066d04d24061f0 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期六, 13 十月 2018 14:26:42 +0800
Subject: [PATCH] 4075 【后端】限时抢购开发

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
index fb1a30c..29bb164 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -102,7 +102,7 @@
 import PlayerTJG
 import GameLogic_XMZZ
 import GameLogic_SealDemon
-import GameLogic_Dogz
+import PlayerFlashSale
 import PlayerFlashGiftbag
 import PlayerCostRebate
 import PlayerSpringSale
@@ -491,7 +491,8 @@
     PlayerSpringSale.OnPlayerLogin(curPlayer)
     #限时礼包
     PlayerFlashGiftbag.OnPlayerLogin(curPlayer)
-    
+    #限时抢购
+    PlayerFlashSale.OnPlayerLogin(curPlayer)
 #    # 消费VIP
 #    PlayerCostVIP.CostVIPOnLogin(curPlayer, tick)
 #    
@@ -544,7 +545,7 @@
     # 骑宠
     FamilyRobBoss.OnPlayerLogin(curPlayer)
     # 绑玉转盘
-    PlayerBindJadeWheel.OnDay(curPlayer)
+    PlayerBindJadeWheel.OnLogin(curPlayer)
     
     # 上线查询一次充值订单
     curPlayer.SendDBQueryRecharge()

--
Gitblit v1.8.0