Skip to content

Commit

Permalink
fix for issue #964: SLGM and FLOR refs are completely valid for pack …
Browse files Browse the repository at this point in the history
…data

(cherry picked from commit 204c953)
  • Loading branch information
ElminsterAU committed Nov 7, 2021
1 parent 37dd394 commit 12a0f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Core/wbDefinitionsTES5.pas
Expand Up @@ -5735,7 +5735,7 @@ procedure DefineTES5a;
]), cpNormal, False, nil, nil, 2),
wbUnion('Target', wbTypeDecider, [
{0} wbFormIDCkNoReach('Reference', [NULL, PLYR, ACHR, REFR, PGRE, PHZD, PMIS, PARW, PBAR, PBEA, PCON, PFLA], True),
{1} wbFormIDCkNoReach('Object ID', [NULL, ACTI, DOOR, STAT, MSTT, FURN, SPEL, SCRL, NPC_, CONT, ARMO, AMMO, MISC, WEAP, BOOK, KEYM, ALCH, INGR, LIGH, FACT, FLST, IDLM, SHOU, SOUN, TXST, PROJ]),
{1} wbFormIDCkNoReach('Object ID', [NULL, ACTI, DOOR, STAT, MSTT, FURN, SPEL, SCRL, NPC_, CONT, ARMO, AMMO, MISC, WEAP, BOOK, KEYM, ALCH, INGR, LIGH, FACT, FLST, IDLM, SHOU, SOUN, TXST, PROJ, FLOR, SLGM]),
{2} wbInteger('Object Type', itU32, wbObjectTypeEnum),
{3} wbFormID('Reference'),
{4} wbInteger('Alias', itS32, wbPackageLocationAliasToStr, wbStrToAlias),
Expand Down
2 changes: 2 additions & 0 deletions whatsnew.md
Expand Up @@ -40,6 +40,8 @@ There are a large number of changes between 4.0.x and 4.1.x which aren't current
* #914 - RNAM subrecord of INFO needs to be treated as case sensitive
* #916 - DR displayed incorrectly in Armor and Armor Addons for F3/NV
* #919 - For REFR, Linked Rooms Count needs to be updated whenever the Linked Rooms are changed
* #926 - [FO4] Load order is being ignored
* #964 - SLGM and FLOR refs are completely valid for pack data
* #965 - Game master automatically re-added after clean masters removes it (when no masters left)
* (reported on Discord) - .esl extensions don't always force loading as ESL correctly when the module is not ESL flagged
* (reported on Discord) - [TES4] EDID and ESCE incorrectly report "Expected 4 bytes but found 0" when running "Check for Errors" on MGEF
Expand Down

0 comments on commit 12a0f86

Please sign in to comment.