Skip to content

Commit 9fe17f6

Browse files
ChenChen
authored andcommitted
Release 1.2.2
1 parent 4dcd34a commit 9fe17f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

0Base/Base.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- @Author: Webster
22
-- @Date: 2015-01-21 15:21:19
33
-- @Last Modified by: Webster
4-
-- @Last Modified time: 2015-12-23 07:51:39
4+
-- @Last Modified time: 2015-12-24 11:33:28
55

66
-- these global functions are accessed all the time by the event handler
77
-- so caching them is worth the effort
@@ -19,7 +19,7 @@ local ROOT_PATH = "interface/JH/0Base/"
1919
local DATA_PATH = "interface/JH/@DATA/"
2020
local SHADOW_PATH = "interface/JH/0Base/item/shadow.ini"
2121
local ADDON_PATH = "interface/JH/"
22-
local _VERSION_ = 0x1020100
22+
local _VERSION_ = 0x1020200
2323

2424
---------------------------------------------------------------------
2525
-- 多语言处理
@@ -73,7 +73,7 @@ do
7373
end
7474

7575
local _JH = {
76-
szBuildDate = "20151215",
76+
szBuildDate = "20151224",
7777
szTitle = _L["JH, JX3 Plug-in Collection"],
7878
tHotkey = {},
7979
tAnchor = {},

Circle/Circle.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- @Author: Webster
22
-- @Date: 2015-01-21 15:21:19
33
-- @Last Modified by: Webster
4-
-- @Last Modified time: 2015-12-22 08:32:01
4+
-- @Last Modified time: 2015-12-24 01:25:58
55
-- 数据结构和缓存的设计方法是逼于无奈,避免滥用。
66
local _L = JH.LoadLangPack
77
local type, unpack, pcall = type, unpack, pcall
@@ -636,7 +636,7 @@ function C.OnBreathe()
636636
C.tCache[TARGET.DOODAD][k].Line = {}
637637
end
638638
if data.bDrawName then
639-
tinsert(C.tDrawText, { KGDoodad.dwID, data.szNote or data.key, { 255, 128, 0 }, TARGET.DOODAD })
639+
tinsert(C.tDrawText, { KGDoodad.dwID, data.key, { 255, 128, 0 }, TARGET.DOODAD })
640640
end
641641
end
642642
if C.shName then

0 commit comments

Comments
 (0)