1
This commit is contained in:
parent
faea8deb99
commit
79beeda8c8
@ -24,4 +24,8 @@ func (this *gm) DispatchCmd(s common.Session, cmd string, params []string, baseV
|
||||
}
|
||||
|
||||
func (this *gm) addItem(s common.Session, cmd string, params []string, baseVo *vo.BaseVo) {
|
||||
if len(params) < 2 {
|
||||
return
|
||||
}
|
||||
Award.AddItem(s.GetAccountId(), q5.ToInt32(params[0]), q5.ToInt32(params[1]), baseVo)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user