Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Jan 29, 2018
1 parent 4b74df5 commit 69974bc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,17 @@ function E.OnInitialize()
-- -> 70300.04
if not C.db.profile.version or C.db.profile.version < 7030004 then
C.db.profile.movers.ls.ExtraActionBarFrameMover = nil
C.db.profile.movers.ls.ExtraActionBarFrameMover = nil
C.db.profile.movers.ls.ZoneAbilityFrameMover = nil

C.db.profile.movers.traditional.ExtraActionBarFrameMover = nil
C.db.profile.movers.traditional.ZoneAbilityFrameMover = nil
C.db.profile.movers.traditional.ZoneAbilityFrameMover = nil

C.db.profile.bars.hotkey = nil
C.db.profile.bars.icon_indicator = nil
C.db.profile.bars.macro = nil

C.db.profile.bars.micromenu.holder1 = nil
C.db.profile.bars.micromenu.holder2 = nil
end

C.db:RegisterCallback("OnDatabaseShutdown", function()
Expand Down

0 comments on commit 69974bc

Please sign in to comment.