diff --git a/Dalamud/Game/Internal/Gui/IconReplacer.cs b/Dalamud/Game/Internal/Gui/IconReplacer.cs index 3d3b9f660..abd26bdfb 100644 --- a/Dalamud/Game/Internal/Gui/IconReplacer.cs +++ b/Dalamud/Game/Internal/Gui/IconReplacer.cs @@ -501,7 +501,10 @@ namespace Dalamud.Game.Internal.Gui { } else { if (gauge.IsBahamutReady()) return 7427; - if (gauge.IsPhoenixReady()) return 16513; + if (gauge.IsPhoenixReady()) { + if (level == 80) return 16549; + return 16513; + } return 3581; } }