Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 38d63d2

Browse files
committed
copy hashOverrides correctly when creating undo states
1 parent 2e743b7 commit 38d63d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Classes/PassiveSpec.lua

Lines changed: 1 addition & 1 deletion
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)