Apply met location before suggestion check

Closes #2667
This commit is contained in:
Kurt 2020-01-28 18:29:05 -08:00
parent dd07126d83
commit d260249b5e

View File

@ -766,6 +766,7 @@ private bool SetSuggestedMetLocation(bool silent = false)
if (Entity.Format >= 3)
{
Entity.Met_Location = location;
TB_MetLevel.Text = encounter.GetSuggestedMetLevel(Entity).ToString();
CB_MetLocation.SelectedValue = location;