Scripts "Health Potion & Stone" and "Potion Used" updated
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
local addonName, Details222 = ...
|
||||
local version, build, date, tocversion = GetBuildInfo()
|
||||
|
||||
_detalhes.build_counter = 10406
|
||||
_detalhes.alpha_build_counter = 10406 --if this is higher than the regular counter, use it instead
|
||||
_detalhes.build_counter = 10407
|
||||
_detalhes.alpha_build_counter = 10407 --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
|
||||
@@ -75,6 +75,7 @@
|
||||
Details222.EJCache = {}
|
||||
Details222.Segments = {}
|
||||
Details222.Tables = {}
|
||||
Details222.Mixins = {}
|
||||
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
--initialization stuff
|
||||
@@ -1117,4 +1118,6 @@ function Details222.Tables.MakeWeakTable(mode)
|
||||
local newTable = {}
|
||||
setmetatable(newTable, {__mode = mode or "v"})
|
||||
return newTable
|
||||
end
|
||||
end
|
||||
|
||||
--STRING_CUSTOM_POT_DEFAULT
|
||||
Reference in New Issue
Block a user