Task【ID1006177】【新战斗版本】宝物合成
parent
c4e448cb1b
commit
25467b247c
|
@ -234,5 +234,7 @@ public interface BIReason {
|
|||
int GUILD_SKILL_LEVEL_UP_CONSUME = 1056;//工会技能升级消耗
|
||||
int FETE_CONSUME = 1057;//祭祀消耗
|
||||
|
||||
int COMPLEX_JEVEL_EQUIP_CONSUME = 1058; //合成宝器
|
||||
|
||||
|
||||
}
|
|
@ -74,7 +74,7 @@ public class GuildLogic {
|
|||
|
||||
int guildId = user.getPlayerInfoManager().getGuildId();
|
||||
if(guildId == 0){
|
||||
throw new ErrorCodeException(ErrorCode.FAMILY_NO);
|
||||
return;
|
||||
}
|
||||
|
||||
//check 最近一次公会id
|
||||
|
|
Loading…
Reference in New Issue