Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
6916304695
@ -366,8 +366,6 @@ func (this *User) change(session comm.IUserSession, attr string, add int32) (cha
|
||||
code = pb.ErrorCode_DBError
|
||||
}
|
||||
|
||||
this.ModuleUser.EventUserChanged(session)
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
@ -406,6 +404,8 @@ func (this *User) AddAttributeValues(session comm.IUserSession, attrs map[string
|
||||
if bPush { //推送玩家账号信息变化消息
|
||||
session.SendMsg(string(this.GetType()), "reschanged", _change)
|
||||
}
|
||||
|
||||
this.ModuleUser.EventUserChanged(session)
|
||||
}
|
||||
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user