Skip to content

Commit b64ce87

Browse files
committed
Updated class NamesTweak_AmmoWeight
fixed bug referencing FLST record.fids changed to record.formIDInList
1 parent 87c6c73 commit b64ce87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mopy/bash/bosh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31605,7 +31605,7 @@ def buildPatch(self,log,progress,patchFile):
3160531605
m = listEidRe.match(record.eid)
3160631606
if m:
3160731607
weight = format % (m.group(1), m.group(2))
31608-
for fid in record.fids:
31608+
for fid in record.formIDInList:
3160931609
weights[fid] = weight
3161031610
for record in patchFile.AMMO.records:
3161131611
if not record.full: continue

0 commit comments

Comments
 (0)