master_ob2
parent
3915f25665
commit
3e70166697
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"version":"5",
|
"version":"6",
|
||||||
"tables":""
|
"tables":"StoreConfig|RechargeCommodityConfig"
|
||||||
}
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"version":"5",
|
"version":"6",
|
||||||
"classes":[
|
"classes":[
|
||||||
|
{"name":"HeroLogic.class","fullName":"com.ljsd.jieling.logic.hero.HeroLogic"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5342,7 +5342,8 @@ public class HeroLogic {
|
||||||
* @param session
|
* @param session
|
||||||
* @param judge true:返回,false:推送
|
* @param judge true:返回,false:推送
|
||||||
*/
|
*/
|
||||||
public void addOrUpdateHongmeng(ISession session, boolean judge) throws Exception {
|
public void addOrUpdateHongmeng(ISession session, boolean judge){
|
||||||
|
try {
|
||||||
User user = UserManager.getUser(session.getUid());
|
User user = UserManager.getUser(session.getUid());
|
||||||
// 英雄星级排行榜
|
// 英雄星级排行榜
|
||||||
SaveHeroForceEventHandler.heroStarHandle(user);
|
SaveHeroForceEventHandler.heroStarHandle(user);
|
||||||
|
@ -5548,6 +5549,9 @@ public class HeroLogic {
|
||||||
MessageUtil.sendIndicationMessage(session, 1, MessageTypeProto.MessageType.HONGMENG_INFO_INDICATION_VALUE, hongmengInfoIndication.build(), true);
|
MessageUtil.sendIndicationMessage(session, 1, MessageTypeProto.MessageType.HONGMENG_INFO_INDICATION_VALUE, hongmengInfoIndication.build(), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} catch (Exception e) {
|
||||||
|
throw new RuntimeException(e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue