diff --git a/AutoDuty/AutoDuty.cs b/AutoDuty/AutoDuty.cs index c5caf312..3d39a32e 100644 --- a/AutoDuty/AutoDuty.cs +++ b/AutoDuty/AutoDuty.cs @@ -255,7 +255,7 @@ public AutoDuty() AssemblyDirectoryInfo = AssemblyFileInfo.Directory; Version = - ((PluginInterface.IsDev ? new Version(0,0,0, 250) : + ((PluginInterface.IsDev ? new Version(0,0,0, 251) : PluginInterface.IsTesting ? PluginInterface.Manifest.TestingAssemblyVersion ?? PluginInterface.Manifest.AssemblyVersion : PluginInterface.Manifest.AssemblyVersion)!).Revision; if (!_configDirectory.Exists) diff --git a/AutoDuty/Resources/AutoDuty.json b/AutoDuty/Resources/AutoDuty.json index ec0c442b..27153397 100644 --- a/AutoDuty/Resources/AutoDuty.json +++ b/AutoDuty/Resources/AutoDuty.json @@ -9,6 +9,10 @@ { "Track": "Everything", "Option": "Enabled" + }, + { + "Track": "Retarget", + "Option": "Always" } ], "BossMod.Autorotation.xan.BLM": [ @@ -425,4 +429,4 @@ } ] } -} +} \ No newline at end of file