Skip to content

Commit

Permalink
Merge pull request #530 from chsami/development
Browse files Browse the repository at this point in the history
1.6.4.1
  • Loading branch information
chsami authored Nov 27, 2024
2 parents 29abc17 + 1c90a3e commit 50f78fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "1.6.4"
automatic_release_tag: "1.6.4.1"
prerelease: false
title: "Release 1.6.4"
title: "Release 1.6.4.1"
files: |
/home/runner/work/Microbot/Microbot/runelite-client/target/microbot-*.jar
Expand Down
2 changes: 1 addition & 1 deletion runelite-api/src/main/java/net/runelite/api/Varbits.java
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ public final class Varbits
* Number of game ticks remaining is in intervals of 100; for a value X there are 100 * X game ticks remaining.
* A player can eat from the food piles once this reaches 0.
*/
public static final int SCURRIUS_FOOD_PILE_COOLDOWN = 4099;
public static final int SCURRIUS_FOOD_PILE_COOLDOWN = 4098;

/**
* Farmer's Affinity effect timer
Expand Down
2 changes: 1 addition & 1 deletion runelite-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<git.commit.id.abbrev>nogit</git.commit.id.abbrev>
<git.dirty>false</git.dirty>
<shade.skip>false</shade.skip>
<microbot.version>1.6.4</microbot.version>
<microbot.version>1.6.4.1</microbot.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 50f78fa

Please sign in to comment.