Skip to content

Commit

Permalink
Update fish.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fangliuyu authored Sep 3, 2023
1 parent 4eb4500 commit ac26687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/mcfish/fish.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func init() {
if thingName != "" {
newThing := article{}
if strings.Contains(thingName, "竿") {
info := strconv.Itoa(rand.Intn(discountList[thingName])+1) +
info := strconv.Itoa(rand.Intn(durationList[thingName])+1) +
"/" + strconv.Itoa(rand.Intn(10)) + "/" +
strconv.Itoa(rand.Intn(3)) + "/" + strconv.Itoa(rand.Intn(2))
newThing = article{
Expand Down

0 comments on commit ac26687

Please sign in to comment.