Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RekkasGit committed Aug 30, 2023
1 parent 9e89246 commit 443b011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion E3Next/Settings/CharacterSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ public IniData CreateSettings(string fileName)
section.Keys.AddKey("Pet Buff", "");
section.Keys.AddKey("Group Buff Request", "");
section.Keys.AddKey("Raid Buff Request", "");
section.Keys.AddKey("Statck Buff Request", "");
section.Keys.AddKey("Stack Buff Request", "");
section.Keys.AddKey("Cast Aura(On/Off)", "On");

if ((CharacterClass & Class.Caster) != CharacterClass && (CharacterClass & Class.Priest) != CharacterClass)
Expand Down

0 comments on commit 443b011

Please sign in to comment.