From 824dfbc49e8e594ec9883c355b6186b9388ec8b6 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 27 六月 2019 10:27:22 +0800
Subject: [PATCH] 7585 【前端】【主干】神兽装备评分

---
 Core/GameEngine/Model/Config/EquipGSParamConfig.cs |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Core/GameEngine/Model/Config/EquipGSParamConfig.cs b/Core/GameEngine/Model/Config/EquipGSParamConfig.cs
index c667f56..3ac2bb2 100644
--- a/Core/GameEngine/Model/Config/EquipGSParamConfig.cs
+++ b/Core/GameEngine/Model/Config/EquipGSParamConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           Fish
-//    [  Date ]:           Wednesday, June 26, 2019
+//    [  Date ]:           Thursday, June 27, 2019
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -29,6 +29,7 @@
 	public readonly int PerLVMaxHPC;
 	public readonly int DropMoneyPerC;
 	public readonly int SuperHitReduceC;
+	public readonly int SuperHitRateReduceC;
 	public readonly int HitC;
 	public readonly int MissC;
 	public readonly int PetDamPerC;
@@ -75,11 +76,13 @@
 
 			int.TryParse(tables[15],out SuperHitReduceC); 
 
-			int.TryParse(tables[16],out HitC); 
+			int.TryParse(tables[16],out SuperHitRateReduceC); 
 
-			int.TryParse(tables[17],out MissC); 
+			int.TryParse(tables[17],out HitC); 
 
-			int.TryParse(tables[18],out PetDamPerC); 
+			int.TryParse(tables[18],out MissC); 
+
+			int.TryParse(tables[19],out PetDamPerC); 
         }
         catch (Exception ex)
         {

--
Gitblit v1.8.0