Skip to content

Commit 286d361

Browse files
Merge pull request #6 from Peechey/fix/attribute-undo-state
Fix undoing attribute nodes
2 parents a609301 + 38d63d2 commit 286d361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Classes/PassiveSpec.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,7 @@ function PassiveSpecClass:CreateUndoState()
19471947
secondaryAscendClassId = self.secondaryAscendClassId,
19481948
hashList = allocNodeIdList,
19491949
weaponSets = weaponSets,
1950-
hashOverrides = self.hashOverrides,
1950+
hashOverrides = copyTable(self.hashOverrides, true),
19511951
masteryEffects = selections,
19521952
treeVersion = self.treeVersion
19531953
}

0 commit comments

Comments
 (0)