forked from teamnwah/openmw-tes3coop
Fix misnamed identifier.
This commit is contained in:
parent
85005626b1
commit
8c35836883
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ namespace CSMWorld
|
|||
|
||||
{ ColumnId_RegionWeather, "Weather" },
|
||||
{ ColumnId_WeatherName, "Type" },
|
||||
{ ColumnId_WeatherChance, "Clear" },
|
||||
{ ColumnId_WeatherChance, "Percent Chance" },
|
||||
|
||||
{ ColumnId_UseValue1, "Use value 1" },
|
||||
{ ColumnId_UseValue2, "Use value 2" },
|
||||
|
|
Loading…
Reference in a new issue