File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -834,6 +834,7 @@ function IceHUD_Options:SetupProfileImportButtons()
834
834
IceHUD :PreProfileChanged ()
835
835
IceHUD :populateDefaults (newTable , IceHUD .IceCore .defaults .profile )
836
836
IceHUD .db .profile = IceHUD .deepcopy (newTable )
837
+ IceHUD .db .profiles [IceHUD .db :GetCurrentProfile ()] = IceHUD .db .profile
837
838
IceHUD :PostProfileChanged ()
838
839
end
839
840
AceGUI :Release (widget )
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ v1.15.11:
4
+
5
+ - Fix imported profiles not saving across reloads
6
+
3
7
v1.15.10:
4
8
5
9
- Fix Chi not updating properly when the player's maximum amount of Chi points changes (e.g. via Ascension talent).
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ v1.15.11:
4
+
5
+ - Fix imported profiles not saving across reloads
6
+
3
7
v1.15.10:
4
8
5
9
- Fix Chi not updating properly when the player's maximum amount of Chi points changes (e.g. via Ascension talent).
You can’t perform that action at this time.
0 commit comments