bump
This commit is contained in:
parent
39d34cfc8e
commit
33e6a45f8d
6 changed files with 8 additions and 4 deletions
|
|
@ -230,7 +230,7 @@ LIB_OPEN_RAID_HEALING_POTIONS = {
|
|||
}
|
||||
|
||||
LIB_OPEN_RAID_MANA_POTIONS = {
|
||||
|
||||
[370607] = 1, --Aerated Mana Potion -- CAST_SUCCESS | ENERGIZE
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
4
boot.lua
4
boot.lua
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ Details.Survey = {}
|
|||
|
||||
function Details.Survey.GetTargetCharacterForRealm()
|
||||
if (UnitFactionGroup("player") == "Horde") then
|
||||
return "Fistbirtbrez"
|
||||
return "FistbirtbrezPQ"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -569,6 +570,7 @@ function Details:StartMeUp() --I'll never stop!
|
|||
end
|
||||
end
|
||||
end
|
||||
--]=]
|
||||
|
||||
function Details:InstallOkey()
|
||||
return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue