ClassicHealAssignments

ClassicHealAssignments

1.1k Downloads

function CopyArray in AssignmentPresets should be changed to table.DeepCopy

dspoerr opened this issue ยท 0 comments

commented

Current Behavior

CopyArray() is used within AssignmentPresets to create a deep copy of the assignedHealers array for manipulation and reference without affecting the current status of the assignments.

Intended Behavior

CopyArray() should be moved to the table file as a generic function called table.DeepCopy. It should create a deep copy of any table of any size.