From 87ea0d7d91abc9d871ef1b1d349d17dafda86f9c Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 22 十一月 2018 17:23:32 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/FindPrecious/DemonJarModel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/FindPrecious/DemonJarModel.cs b/System/FindPrecious/DemonJarModel.cs
index 4778d41..4df70d3 100644
--- a/System/FindPrecious/DemonJarModel.cs
+++ b/System/FindPrecious/DemonJarModel.cs
@@ -461,7 +461,7 @@
var grade = model.GetGrade(new Dungeon(DEMONJAR_MAPID, config.LineID));
if ((config.CanEnterTimes == 0 || grade == 0) && this.findPreciousModel.IsBossAlive((int)_bossId))
{
- this.findPreciousModel.AddOneBossRebornNotify((int)_bossId);
+ this.findPreciousModel.AddOneBossRebornNotify(_bossId);
}
}
}
--
Gitblit v1.8.0