diff --git a/Dalamud/Interface/Internal/Windows/SelfTest/AgingSteps/AetheryteListAgingStep.cs b/Dalamud/Interface/Internal/Windows/SelfTest/AgingSteps/AetheryteListAgingStep.cs index b9a9beaf9..4035f860b 100644 --- a/Dalamud/Interface/Internal/Windows/SelfTest/AgingSteps/AetheryteListAgingStep.cs +++ b/Dalamud/Interface/Internal/Windows/SelfTest/AgingSteps/AetheryteListAgingStep.cs @@ -34,6 +34,11 @@ namespace Dalamud.Interface.Internal.Windows.SelfTest.AgingSteps return SelfTestStepResult.Waiting; } + if (aetheryte.AetheryteId == 0) + { + return SelfTestStepResult.Fail; + } + Util.ShowObject(aetheryte); return SelfTestStepResult.Waiting;