Copying a profile modifies both the original and copy until /reload-ing
CrimsonVoid opened this issue ยท 0 comments
It would be nice if a new profile existed independently of it's original without having to reload. Bug seems to be with config_meta:CopyProfile
, specifically that PostProfile
assigns a reference to the original table instead of making a copy.
Quick fix could be either to use CopyTable
from Blizzards' TableUtil or doing a round-trip export-import call.