Skip to content

Commit

Permalink
update on framework and openraidlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Oct 18, 2022
1 parent fd801fa commit 39d34cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ LIB_OPEN_RAID_HEALING_POTIONS = {
[6262] = 1, --Warlock's Healthstone
}

LIB_OPEN_RAID_MANA_POTIONS = {

}


--end of per expansion content
--------------------------------------------------------------------------------------------
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 = 10142
_detalhes.alpha_build_counter = 10142 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 10143
_detalhes.alpha_build_counter = 10143 --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

0 comments on commit 39d34cf

Please sign in to comment.