From 0cb270286bac65021e4a4c0462d16ea26e91510c Mon Sep 17 00:00:00 2001
From: QD_LCJ <461730578@qq.com>
Date: 星期五, 10 八月 2018 10:07:22 +0800
Subject: [PATCH] 2339【前端】守卫人皇伤害大数值显示错误

---
 System/Dungeon/DungeonData.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Dungeon/DungeonData.cs b/System/Dungeon/DungeonData.cs
index 907f520..5df635b 100644
--- a/System/Dungeon/DungeonData.cs
+++ b/System/Dungeon/DungeonData.cs
@@ -137,7 +137,7 @@
         {
             get
             {
-                return hurt + hurtEx * Constants.ExpPointValue;
+                return hurt + (long)hurtEx * Constants.ExpPointValue;
             }
         }
     }

--
Gitblit v1.8.0