fix
This commit is contained in:
parent
98fd748b93
commit
3540cfda8b
2
job.go
2
job.go
@ -1278,7 +1278,7 @@ func jobGWithdraw(j Job) {
|
|||||||
if id != 0 {
|
if id != 0 {
|
||||||
obj, _ := getObjItem(id)
|
obj, _ := getObjItem(id)
|
||||||
switch obj.ItemTypeID {
|
switch obj.ItemTypeID {
|
||||||
case cacheObjSubTypefix[`item_res`]:
|
case cacheObjSubType[`item_res`]:
|
||||||
p.Status = p.Status | 1
|
p.Status = p.Status | 1
|
||||||
case cacheObjSubType[`item_alch`]:
|
case cacheObjSubType[`item_alch`]:
|
||||||
p.Status = p.Status | 2
|
p.Status = p.Status | 2
|
||||||
|
Loading…
Reference in New Issue
Block a user