Merge branch 'master_test' into master_test_gn
commit
1a197070ca
|
@ -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 ){
|
||||
|
|
Loading…
Reference in New Issue