From fa639f569ec579cd15ce3cd68369c9fa4cff2958 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 03 一月 2019 21:23:26 +0800
Subject: [PATCH] 5660 【后端】【1.4.100】老版绝世武器绝版属性同步
---
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