资源发放错误
This commit is contained in:
parent
b436e3549c
commit
5e87336c24
@ -782,7 +782,7 @@ func (this *ModuleBase) DispenseAtno(session comm.IUserSession, res []*cfg.Gamea
|
||||
}
|
||||
if len(mts) > 0 {
|
||||
//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
|
||||
}
|
||||
for k, v := range mts {
|
||||
|
@ -37,7 +37,6 @@ import (
|
||||
"go_dreamfactory/modules/linestory"
|
||||
"go_dreamfactory/modules/mail"
|
||||
"go_dreamfactory/modules/mainline"
|
||||
"go_dreamfactory/modules/mline"
|
||||
"go_dreamfactory/modules/moonfantasy"
|
||||
"go_dreamfactory/modules/notify"
|
||||
"go_dreamfactory/modules/oldtimes"
|
||||
@ -130,7 +129,6 @@ func main() {
|
||||
reddot.NewModule(),
|
||||
combat.NewModule(),
|
||||
enchant.NewModule(),
|
||||
mline.NewModule(),
|
||||
pvp.NewModule(),
|
||||
dispatch.NewModule(),
|
||||
atlas.NewModule(),
|
||||
|
Loading…
Reference in New Issue
Block a user