Merge branch 'master_test' into master_test_gn

back_recharge
mengchengzhen 2021-03-19 15:11:07 +08:00
commit 1a197070ca
1 changed files with 3 additions and 0 deletions

View File

@ -843,6 +843,9 @@ public class ExpeditionLogic {
*
*/
private static void disposeWithHeroHoly(User user,Hero hero,StringBuilder skillSb){
if(!user.getExpeditionManager().getHeroItems().containsKey(hero.getTemplateId())){
return;
}
int holyId = user.getExpeditionManager().getHeroItems().get(hero.getTemplateId());
SExpeditionHolyConfig con = STableManager.getConfig(SExpeditionHolyConfig.class).get(holyId);
if( con != null ){