From 541284b1a89344ef8d6f5762972455a2205bb5fc Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 10 四月 2019 10:03:27 +0800
Subject: [PATCH] 6457 【后端】【2.0】缥缈仙域开发单(宝藏)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFairyDomain.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFairyDomain.py
index 9712f5f..d0014c7 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFairyDomain.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFairyDomain.py
@@ -176,9 +176,9 @@
         return []
     randomRateList = []
     rate = 0
+    curAlchemyLV = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_AlchemyLV)
     for ipyData in ipyDataList:
         needAlchemyLV = ipyData.GetNeedAlchemyLV()
-        curAlchemyLV = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_AlchemyLV)
         if curAlchemyLV < needAlchemyLV - 1:
             #丹炉等级不足
             continue

--
Gitblit v1.8.0