back_recharge
wangyuan 2019-05-14 19:51:02 +08:00
parent 052a589225
commit 8f5c282aaf
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@ public class HeroLogic {
public int calHeoForce(User user, Hero hero,boolean isMyself){
Map<Integer, Integer> heroAllAttribute;
if(isMyself && user.getMapManager().getCurMapId() == 0){
if(!isMyself || user.getMapManager().getCurMapId() == 0){
heroAllAttribute=calHeroNotBufferAttribute(user, hero);
}else{
heroAllAttribute = calHeroFinalAttributeWhenInMap(user, hero);