From bf35c00e4280ff13b76fa91a1d784d571ba0a52f Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 04 一月 2019 20:02:24 +0800
Subject: [PATCH] 1 跑环活跃度增加日志输出

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
index a4084ee..5dc7acd 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
@@ -1278,7 +1278,7 @@
                     版本2:绝版属性数值调整,已获得的装备重新刷下
         '''
         curPlayer = self.__Player
-        checkVersion = 2
+        checkVersion = 20190103
         key = "LoginCheckEquipAttr"
         curVersion = curPlayer.NomalDictGetProperty(key)
         if curVersion == checkVersion:

--
Gitblit v1.8.0