From f4f07847775c12b338d8bccedbbabc067dc1ae2c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期六, 18 八月 2018 14:34:26 +0800
Subject: [PATCH] Merge branch '法宝、法宝魂修改'
---
System/BlastFurnace/BlastFurnaceModel.cs | 22 ----------------------
1 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/System/BlastFurnace/BlastFurnaceModel.cs b/System/BlastFurnace/BlastFurnaceModel.cs
index eea87e1..e18abc3 100644
--- a/System/BlastFurnace/BlastFurnaceModel.cs
+++ b/System/BlastFurnace/BlastFurnaceModel.cs
@@ -213,28 +213,6 @@
public Treasure treasureData { get; private set; }
public void RefreshTreasureRefineModel(HA3BE_tagMCMagicWeaponMsg data)
{
- DebugEx.Log("RefreshTreasureRefineModel" + data.Count);
- if (data.Count > 0)
- {
- int i = 0;
- for (i = 0; i < data.Count; i++)
- {
- if (!treasureRefineDict.ContainsKey(data.MWInfo[i].MWID))
- {
- treasureRefineDict.Add(data.MWInfo[i].MWID, data.MWInfo[i].MWLV);
- }
- else
- {
- treasureRefineDict[data.MWInfo[i].MWID] = data.MWInfo[i].MWLV;
- }
- Treasure treasure = null;
- sTreasureModel.TryGetTreasure((int)data.MWInfo[i].MWID, out treasure);
- treasure.level = data.MWInfo[i].MWLV;
- treasureData = treasure;
- }
- if (RefreshTreasureRefineEvent != null)
- RefreshTreasureRefineEvent();
- }
}
public int GetAllTreasureRefineLv()
--
Gitblit v1.8.0