diff --git a/Dalamud/Game/ClientState/JobGauge/Types/SMNGauge.cs b/Dalamud/Game/ClientState/JobGauge/Types/SMNGauge.cs
index 9fa75296e..c567c590b 100644
--- a/Dalamud/Game/ClientState/JobGauge/Types/SMNGauge.cs
+++ b/Dalamud/Game/ClientState/JobGauge/Types/SMNGauge.cs
@@ -27,7 +27,7 @@ namespace Dalamud.Game.ClientState.JobGauge.Types
///
/// Gets the time remaining for the current attunement.
///
- public ushort AttunmentTimerRemaining => this.Struct->SummonTimer;
+ public ushort AttunmentTimerRemaining => this.Struct->AttunementTimer;
///
/// Gets the summon that will return after the current summon expires.