Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
7bfc28c5a5
@ -383,7 +383,10 @@ func (this *Items) CleanItemById(session comm.IUserSession, t string) (errdata *
|
||||
break
|
||||
}
|
||||
}
|
||||
if len(itmes) > 0 {
|
||||
this.modelItems.DeleteUserPack(session.GetUserId(), itmes...)
|
||||
this.itemsChangePush(session, itmes) //推送道具背包变化
|
||||
}
|
||||
return
|
||||
}
|
||||
errdata = &pb.ErrorData{
|
||||
|
Loading…
Reference in New Issue
Block a user