From 2282a486789fcf5109a442dd20758740f7fdd5b6 Mon Sep 17 00:00:00 2001 From: Khayle Date: Wed, 8 Jan 2025 18:03:53 +0100 Subject: [PATCH] XIVCombo v2.0.0.4 (#5338) - 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?) --- testing/live/XIVCombo/manifest.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/testing/live/XIVCombo/manifest.toml b/testing/live/XIVCombo/manifest.toml index 5719d33282..c78f30f658 100644 --- a/testing/live/XIVCombo/manifest.toml +++ b/testing/live/XIVCombo/manifest.toml @@ -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 = [ @@ -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?) """