Merge branch 'master_test_gn' of http://60.1.1.230/backend/jieling_server into master_test_gn
commit
77c25705f9
|
@ -1661,10 +1661,10 @@ public class ItemUtil {
|
||||||
}
|
}
|
||||||
dropBuilder.addPokemon(CBean2Proto.getPokemon(pokemon));
|
dropBuilder.addPokemon(CBean2Proto.getPokemon(pokemon));
|
||||||
SSpiritAnimal animal = STableManager.getConfig(SSpiritAnimal.class).get(entry.getKey());
|
SSpiritAnimal animal = STableManager.getConfig(SSpiritAnimal.class).get(entry.getKey());
|
||||||
if(animal.getQuality()== 5){
|
// if(animal.getQuality()== 5){
|
||||||
ISession session = OnlineUserManager.getSessionByUid(user.getId());
|
// ISession session = OnlineUserManager.getSessionByUid(user.getId());
|
||||||
BuyGoodsNewLogic.openPush(session,user,8,5,1);
|
// BuyGoodsNewLogic.openPush(session,user,8,5,1);
|
||||||
}
|
// }
|
||||||
ReportUtil.onReportEvent(user,ReportEventEnum.GET_BEAST.getType(),entry.getKey(),animal.getQuality(),reason);
|
ReportUtil.onReportEvent(user,ReportEventEnum.GET_BEAST.getType(),entry.getKey(),animal.getQuality(),reason);
|
||||||
if (animal.getQuality() >= SSpecialConfig.getIntegerValue(SSpecialConfig.ANIMAL_BROADCAST_QUALITY)&&reason!=BIReason.COMPOS_HERO_REWARD) { //策划资质改成星级
|
if (animal.getQuality() >= SSpecialConfig.getIntegerValue(SSpecialConfig.ANIMAL_BROADCAST_QUALITY)&&reason!=BIReason.COMPOS_HERO_REWARD) { //策划资质改成星级
|
||||||
String message = SErrorCodeEerverConfig.getI18NMessageNeedConvert("animal_get_broadcast_content", new Object[]{user.getPlayerInfoManager().getNickName(), animal.getName()},new int[]{0,1});
|
String message = SErrorCodeEerverConfig.getI18NMessageNeedConvert("animal_get_broadcast_content", new Object[]{user.getPlayerInfoManager().getNickName(), animal.getName()},new int[]{0,1});
|
||||||
|
|
Loading…
Reference in New Issue