diff --git a/logic/controller/fight_boss.go b/logic/controller/fight_boss.go index 97c6a31e4..95aebf1cc 100644 --- a/logic/controller/fight_boss.go +++ b/logic/controller/fight_boss.go @@ -137,7 +137,7 @@ func (h Controller) PlayerFightBoss(data *fight.ChallengeBossInboundInfo, p *pla fight.NewFight(p, ai, func(foi *info.FightOverInfo) { if taskID != 0 { if foi.Reason == 0 && foi.WinnerId == p.Info.UserID { - p.CompletedTask(taskID, 0) + p.CompletedTask(taskID, 100) } } diff --git a/logic/controller/fight_tawor.go b/logic/controller/fight_tawor.go index e5b010d5f..3a7929ed9 100644 --- a/logic/controller/fight_tawor.go +++ b/logic/controller/fight_tawor.go @@ -52,12 +52,6 @@ func (h Controller) FreshChoiceFightLevel(data *fight.C2S_FRESH_CHOICE_FIGHT_LEV c.Info.CurrentFreshStage = utils.Max(c.Info.CurrentFreshStage, 1) c.Info.CurrentStage = utils.Max(c.Info.CurrentStage, 1) - if data.Head.CMD == 2424 { - c.SendPackCmd(data.Head.CMD, &fight.S2C_OPEN_DARKPORTAL{ - CurBossID: 10, - }) - return nil, -1 - } if data.Level > 0 { switch data.Head.CMD { case 2428: //试炼之塔 diff --git a/modules/config/model/tower_600.go b/modules/config/model/tower_600.go index fe97e1fe6..8a63b5a61 100644 --- a/modules/config/model/tower_600.go +++ b/modules/config/model/tower_600.go @@ -16,7 +16,7 @@ type Tower600Config struct { // -------------------------- 核心配套方法(结构与试炼之塔完全一致)-------------------------- func (*Tower600Config) TableName() string { - return TableNamedARKTowerConfig + return TableNameBraveTowerConfig } func (*Tower600Config) GroupName() string {