Fix PlaceName setter

main
ilitirit 1 year ago
parent e09851b8fb
commit 8544ff3bb7

@ -14,6 +14,6 @@ namespace Expedience.Models
public bool HasEcho { get; set; } public bool HasEcho { get; set; }
public bool IsNpcSupported { get; set; } public bool IsNpcSupported { get; set; }
public bool IsMinILevel { get; set; } public bool IsMinILevel { get; set; }
public string PlaceName { get; internal set; } public string PlaceName { get; set; }
} }
} }

Loading…
Cancel
Save