From 7a07e584581d05c65759e64f97ebf7946f116759 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 26 四月 2019 16:00:08 +0800
Subject: [PATCH] 6607 【2.0】【后端】技能升级功能改版(StateSkillLV=需要基础属性ID*100000+需要属性点)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
index 18ebf1b..cec492f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
@@ -106,4 +106,4 @@
 g_crossPlayerServerGroupIDInfo = {} #跨服玩家服务器组ID缓存,副本线路关闭时才释放,所以支持离线跨服玩家 {copyMapID:{playerID:serverGroupID, ...}, ...}
 g_fbBuyBuffTimeDict = {} # 副本购买buff时间缓存{playerID:{moneyCnt:time}}
 g_fairyDomainLimit = [] #全服已限制的缥缈仙域事件
-g_elemntSkillDict = {} #{skillID:[attrID*10000+needValue,..]}
\ No newline at end of file
+g_elemntSkillDict = {} #{skillID:[attrID*100000+needValue,..]}
\ No newline at end of file

--
Gitblit v1.8.0