back_recharge
parent
e5110e48e5
commit
f2556361e7
|
|
@ -339,13 +339,8 @@ public class CBean2Proto {
|
|||
int[] energyRecoverSpeed = SGameSetting.getGameSetting().getEnergyRecoverSpeed();
|
||||
return energyRecoverSpeed[1]*60;
|
||||
}
|
||||
if(itemId == Global.HEROSTORY_TICKET){
|
||||
return SGameSetting.getGameSetting().getRecoveryTime();
|
||||
}
|
||||
if(itemId == Global.INVASIONBOSS_TICKET){
|
||||
return SGameSetting.getGameSetting().getInvasionBossTimesAdd();
|
||||
}
|
||||
return 0;
|
||||
int[] recoveryItemInfo = SGameSetting.getGameSetting().getItemRecoveryMap().get(itemId);
|
||||
return recoveryItemInfo[2];
|
||||
}
|
||||
|
||||
public static CommonProto.FamilyBaseInfo getFamilyBaseInfo(GuildInfo guildInfo){
|
||||
|
|
|
|||
Loading…
Reference in New Issue