Commit 71c45caf4ba30ed29526e8c866334c60ef49aa3a
1 parent
6a83e63c
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -1425,7 +1425,7 @@ func HandlerTakeCatoutfromWareHouse(w http.ResponseWriter, data string, uuid int | @@ -1425,7 +1425,7 @@ func HandlerTakeCatoutfromWareHouse(w http.ResponseWriter, data string, uuid int | ||
1425 | } | 1425 | } |
1426 | winfo := udata.Info[wpos] | 1426 | winfo := udata.Info[wpos] |
1427 | 1427 | ||
1428 | - uinfo.SetRedCatPos(winfo.Warelv+REDCATIDEXTRA, winfo.Time, winfo.RedPacket, winfo.StartTime) | 1428 | + uinfo.SetRedCatPos(winfo.Warelv, winfo.Time, winfo.RedPacket, winfo.StartTime) |
1429 | 1429 | ||
1430 | udata.Info[wpos].Warelv = 0 | 1430 | udata.Info[wpos].Warelv = 0 |
1431 | udata.Info[wpos].StartTime = 0 | 1431 | udata.Info[wpos].StartTime = 0 |