raziel23x / skyrim-plugin-decoding-project

Automatically exported from code.google.com/p/skyrim-plugin-decoding-project
1 stars 3 forks source link

Weather classification in TES4Edit for Snow is displayed incorrectly. #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by zila...@gmail.com on 5 Oct 2012 at 10:11

GoogleCodeExporter commented 9 years ago

Original comment by zila...@gmail.com on 13 Oct 2012 at 5:53