From 9f1102900faf6adf5994cf6e870ce0716a06a09c Mon Sep 17 00:00:00 2001
From: MacBuilder <MacBuilder@secondworld.com>
Date: 星期四, 23 八月 2018 21:48:19 +0800
Subject: [PATCH] Merge commit '72e9f78c364db3173ec1d5e0a37092d42de32a34'
---
System/Strengthening/GodBeastEntry.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Strengthening/GodBeastEntry.cs b/System/Strengthening/GodBeastEntry.cs
index a628567..09388e7 100644
--- a/System/Strengthening/GodBeastEntry.cs
+++ b/System/Strengthening/GodBeastEntry.cs
@@ -37,7 +37,7 @@
{
if (itemModel[i].EquipPlace == godBeastPart)
{
- ItemCellModel ItemModel = new ItemCellModel(itemModel[i].itemId, true, 0, 1);
+ ItemCellModel ItemModel = new ItemCellModel(itemModel[i].itemId, true, 0, itemModel[i].itemInfo.IsBind);
m_itemCell.Init(ItemModel);
var itemConfig = Config.Instance.Get<ItemConfig>(itemModel[i].itemId);
var IudetDogzEquipPlus = itemModel[i].GetUseDataModel((int)ItemUseDataKey.Def_IudetDogzEquipPlus);// 绁炲吔瑁呭寮哄寲淇℃伅鍒楄〃 [寮哄寲绛夌骇, 寮哄寲鐔熺粌搴
--
Gitblit v1.8.0