Skip to content

Commit c72ccb5

Browse files
committed
Use herodbc meta info
1 parent a3df691 commit c72ccb5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Core.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ local IUI = LibStub("LibItemUpgradeInfo-1.0")
99
local AGUI= LibStub("AceGUI-3.0")
1010
local DBC = HeroDBC.DBC
1111

12-
local dataVersion = "9.0.2.35854"
13-
local dataDate = "2020-09-10_08:47"
14-
1512
local cfg
1613
local profiles
1714
local dbDefaults = {
@@ -1166,7 +1163,7 @@ function f:CreateOptions()
11661163
args = {
11671164
version = {
11681165
type = "description",
1169-
name = NORMAL_FONT_COLOR_CODE .. "Data version: " .. HIGHLIGHT_FONT_COLOR_CODE .. dataVersion .. " (" .. dataDate .. ")" .. FONT_COLOR_CODE_CLOSE,
1166+
name = NORMAL_FONT_COLOR_CODE .. "Data version: " .. HIGHLIGHT_FONT_COLOR_CODE .. DBC.metaVersion .. " (" .. DBC.metaTime .. ")" .. FONT_COLOR_CODE_CLOSE,
11701167
fontSize = "medium",
11711168
width = "full",
11721169
order = 1,

0 commit comments

Comments
 (0)