diff --git a/Expedience.Models/DutyInfo.cs b/Expedience.Models/DutyInfo.cs index 292839b..d578e7b 100644 --- a/Expedience.Models/DutyInfo.cs +++ b/Expedience.Models/DutyInfo.cs @@ -14,5 +14,6 @@ namespace Expedience.Models public bool HasEcho { get; set; } public bool IsNpcSupported { get; set; } public bool IsMinILevel { get; set; } + public string PlaceName { get; internal set; } } }