资源发放错误

This commit is contained in:
meixiongfeng 2023-09-13 10:34:34 +08:00
parent b436e3549c
commit 5e87336c24
2 changed files with 1 additions and 3 deletions

View File

@ -782,7 +782,7 @@ func (this *ModuleBase) DispenseAtno(session comm.IUserSession, res []*cfg.Gamea
} }
if len(mts) > 0 { if len(mts) > 0 {
//errdata = this.ModuleParkour.AddMounts(session, mts, bPush) //errdata = this.ModuleParkour.AddMounts(session, mts, bPush)
if errdata = this.ModuleDragon.CreateDragon(session, per, bPush); errdata != nil { if errdata = this.ModuleDragon.CreateDragon(session, mts, bPush); errdata != nil {
return return
} }
for k, v := range mts { for k, v := range mts {

View File

@ -37,7 +37,6 @@ import (
"go_dreamfactory/modules/linestory" "go_dreamfactory/modules/linestory"
"go_dreamfactory/modules/mail" "go_dreamfactory/modules/mail"
"go_dreamfactory/modules/mainline" "go_dreamfactory/modules/mainline"
"go_dreamfactory/modules/mline"
"go_dreamfactory/modules/moonfantasy" "go_dreamfactory/modules/moonfantasy"
"go_dreamfactory/modules/notify" "go_dreamfactory/modules/notify"
"go_dreamfactory/modules/oldtimes" "go_dreamfactory/modules/oldtimes"
@ -130,7 +129,6 @@ func main() {
reddot.NewModule(), reddot.NewModule(),
combat.NewModule(), combat.NewModule(),
enchant.NewModule(), enchant.NewModule(),
mline.NewModule(),
pvp.NewModule(), pvp.NewModule(),
dispatch.NewModule(), dispatch.NewModule(),
atlas.NewModule(), atlas.NewModule(),