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

Commit

Permalink
fix: copy character-level macros
Browse files Browse the repository at this point in the history
  • Loading branch information
braye committed Dec 10, 2022
1 parent 6e810bb commit 0f3ba78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wow-profile-copy.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func main() {
srcWtfCharacterPath := filepath.Join(srcWtfAccountPath, srcConfig.wtf.server, srcConfig.wtf.character)
dstWtfCharacterPath := filepath.Join(dstWtfAccountPath, dstConfig.wtf.server, dstConfig.wtf.character)

characterFilesToCopy := [3]string{"AddOns.txt", "config-cache.wtf", "layout-local.txt"}
characterFilesToCopy := [4]string{"AddOns.txt", "config-cache.wtf", "layout-local.txt", "macros-cache.txt"}

for _, file := range characterFilesToCopy {
src := filepath.Join(srcWtfCharacterPath, file)
Expand Down

0 comments on commit 0f3ba78

Please sign in to comment.