update on framework and openraidlib
This commit is contained in:
parent
fd801fa69f
commit
39d34cfc8e
2 changed files with 6 additions and 2 deletions
|
|
@ -229,6 +229,10 @@ LIB_OPEN_RAID_HEALING_POTIONS = {
|
|||
[6262] = 1, --Warlock's Healthstone
|
||||
}
|
||||
|
||||
LIB_OPEN_RAID_MANA_POTIONS = {
|
||||
|
||||
}
|
||||
|
||||
|
||||
--end of per expansion content
|
||||
--------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
4
boot.lua
4
boot.lua
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue