Skip to content

Commit

Permalink
XIVCombo v2.0.0.4 (#5338)
Browse files Browse the repository at this point in the history
- Fixed RDM's Verstone/Verfire Feature procs overwriting Scorch and Resolution.
- Fixed RDM's AoE Combo icons displaying Energy Drain instead of Swiftcast,
- Fixed an issue with RPR's Communio not turning properly into Perfectio when using the Enshroud Communio Feature.
- Made some 0.0001ms optimizations for lesser entropy (or bigger?)
  • Loading branch information
MKhayle authored Jan 8, 2025
1 parent a5eb480 commit 2282a48
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions testing/live/XIVCombo/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
repository = "https://github.com/MKhayle/XIVComboPlugin.git"

# The commit to check out and build from the repository.
commit = "f17911f9f770357c90b8e141b8ab4f1d8dee17b1"
commit = "f89a819cf9ec9a28715f261d41ae00ba4d9bb8ef"

# The people authorised to update this manifest (e.g. who can deploy updates). These are GitHub usernames.
owners = [
Expand All @@ -15,5 +15,8 @@ project_path = "XIVComboPlugin"

# The changelog for this version. Will be shown in-game, as well on the Goat Place Discord.
changelog = """\
- Fixed PCT's Substractive applying to both Fire in Red and Blizzard in Cyan, only applying to Fire in Red now as it used to.
- Fixed RDM's Verstone/Verfire Feature procs overwriting Scorch and Resolution.
- Fixed RDM's AoE Combo icons displaying Energy Drain instead of Swiftcast,
- Fixed an issue with RPR's Communio not turning properly into Perfectio when using the Enshroud Communio Feature.
- -# Made some 0.0001ms optimizations for lesser entropy (or bigger?)
"""

0 comments on commit 2282a48

Please sign in to comment.