Renamed HarmonyPower to Chi

Updated readme link to the create-your-own-texture guide
This commit is contained in:
Parnic
2018-07-20 13:20:27 -05:00
parent 6445b424b3
commit 02ad6253d3
5 changed files with 14 additions and 6 deletions

View File

@ -173,6 +173,13 @@ function IceCore.prototype:CheckDisplayUpdateMessage()
self.settings.modules["DruidMana"] = nil
end
end
if self.accountSettings.lastRunVersion <= 20180720033008 then
if self.settings.modules["HarmonyPower"] ~= nil then
self.settings.modules["Chi"] = self.settings.modules["HarmonyPower"]
self.settings.modules["HarmonyPower"] = nil
self.settings.colors["ChiNumeric"] = self.settings.colors["HarmonyPowerNumeric"]
end
end
self.accountSettings.lastRunVersion = thisVersion
end
end