Skip to content

Commit

Permalink
Migrate old MP5 options to new mana regen options
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Dec 13, 2024
1 parent 9cd67fb commit 7704e3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RatingBuster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,10 @@ do
local migrationOptions = {
sumMP5 = { "sumManaRegen" },
sumMP5NC = { "sumManaRegenNotCasting", "sumManaRegenOutOfCombat" },
showMP5FromInt = { "showManaRegenFromInt", "showManaRegenFromManaRegen" },
showMP5FromSpi = { "showManaRegenFromSpi", "showManaRegenFromManaRegen" },
showMP5NCFromInt = { "showManaRegenNotCastingFromManaRegen", "showManaRegenOutOfCombatFromManaRegen" },
showMP5NCFromSpi = { "showManaRegenNotCastingFromManaRegen", "showManaRegenOutOfCombatFromManaRegen" },
}

function addon.MigrateOptions(db)
Expand Down

0 comments on commit 7704e3c

Please sign in to comment.