What steps will reproduce the problem?
1. Load Oblivion.esm
2. Locate Weather form Snow [WTHR:00038EED]
3. Observe that it's weather classification value in the DATA section lists as
"Unknown: 8"
The value 8 is correct. In wbDefinitionsTES4.pas, function
wbWthrDataClassification, note that 5: Result := 'Snow'; is wrong. That should
be an 8, not a 5. Patch attached for clarity.
It's an extremely minor issue but one that has bugged me for ages.
Original issue reported on code.google.com by arthmoor on 5 Oct 2012 at 10:03
Original issue reported on code.google.com by
arthmoor
on 5 Oct 2012 at 10:03Attachments: