Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Oct 18, 2022
1 parent 39d34cf commit 33e6a45
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ LIB_OPEN_RAID_HEALING_POTIONS = {
}

LIB_OPEN_RAID_MANA_POTIONS = {

[370607] = 1, --Aerated Mana Potion -- CAST_SUCCESS | ENERGIZE
}


Expand Down
1 change: 1 addition & 0 deletions Libs/LibOpenRaid/ThingsToMantain_Shadowlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ elseif (gameLanguage == "zhTW") then
L["STRING_CRITICAL_ONLY"] = "致命"
end

LIB_OPEN_RAID_MANA_POTIONS = {}

LIB_OPEN_RAID_BLOODLUST = {
[2825] = true, --bloodlust
Expand Down
1 change: 1 addition & 0 deletions Libs/LibOpenRaid/ThingsToMantain_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ elseif (gameLanguage == "zhTW") then
L["STRING_CRITICAL_ONLY"] = "致命"
end

LIB_OPEN_RAID_MANA_POTIONS = {}

LIB_OPEN_RAID_FOOD_BUFF = {} --default
LIB_OPEN_RAID_FLASK_BUFF = {} --default
Expand Down
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

local version, build, date, tocversion = GetBuildInfo()

_detalhes.build_counter = 10143
_detalhes.alpha_build_counter = 10143 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 10144
_detalhes.alpha_build_counter = 10144 --if this is higher than the regular counter, use it instead
_detalhes.dont_open_news = true
_detalhes.game_version = version
_detalhes.userversion = version .. " " .. _detalhes.build_counter
Expand Down
2 changes: 1 addition & 1 deletion frames/window_spellcategory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Details.Survey = {}

function Details.Survey.GetTargetCharacterForRealm()
if (UnitFactionGroup("player") == "Horde") then
return "Fistbirtbrez"
return "FistbirtbrezPQ"
end
end

Expand Down
2 changes: 2 additions & 0 deletions startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ function Details:StartMeUp() --I'll never stop!
end
end)

--[=[ --survey for cooldown types are done
if (DetailsFramework.IsDragonflight()) then
DetailsFramework.Schedules.NewTimer(5, Details.RegisterDragonFlightEditMode)
--run only on beta, remove on 10.0 launch
Expand All @@ -569,6 +570,7 @@ function Details:StartMeUp() --I'll never stop!
end
end
end
--]=]

function Details:InstallOkey()
return true
Expand Down

0 comments on commit 33e6a45

Please sign in to comment.