少年修仙传客户端代码仓库
client_Wu Xijin
2019-03-05 60f616fc149c620953f468d1383f15a810f898df
System/MainInterfacePanel/DungeonGuardCheckBehaviour.cs
@@ -26,7 +26,7 @@
        {
            if (model.fairyLandItemModel != null)
            {
                ItemOperateUtility.Instance.PutOnItem(ItemOperateType.putOn, model.fairyLandItemModel.guid);
                ItemOperateUtility.Instance.PutOnItem(model.fairyLandItemModel.guid);
                OnClose();
            }
        }