Skip to content

Commit

Permalink
修复霸刀内功ID写错
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyyyyy committed Oct 14, 2016
1 parent 0288145 commit bf3b37a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions 0Base/lang/zhtw.jx3dat
Expand Up @@ -615,6 +615,7 @@ data = {
["KUNGFU_10389"] = "衣",
["KUNGFU_10448"] = "相",
["KUNGFU_10447"] = "莫",
["KUNGFU_10464"] = "刀",
["KUNGFU_0"] = "俠",
["take back all permissions"] = "收回所有權限",
-- AutoTeam.lua --
Expand Down
2 changes: 1 addition & 1 deletion Cataclysm_Panel/Cataclysm_Party.lua
Expand Up @@ -225,7 +225,7 @@ local CTM_KUNGFU_TEXT = {
[10389] = _L["KUNGFU_10389"], -- "衣",
[10448] = _L["KUNGFU_10448"], -- "相",
[10447] = _L["KUNGFU_10447"], -- "莫",
[10447] = _L["KUNGFU_10464"], -- "刀",
[10464] = _L["KUNGFU_10464"], -- "刀",
}
setmetatable(CTM_KUNGFU_TEXT, { __index = function() return _L["KUNGFU_0"] end, __metatable = true })

Expand Down
6 changes: 5 additions & 1 deletion JH_CHANGELOG.txt
@@ -1,4 +1,8 @@
 * 增加:[DBM] 增加系统黄字监控,用于抓马等。
 * 新增:[基础库] 对霸刀的支持。
* 优化:[团队工具] 对团队的分值又进一步做了优化。
* 修复:[团队工具] 橙武等重要武器可以正常结算分数了。
-----------------------------------------
* 增加:[DBM] 增加系统黄字监控,用于抓马等。
* 优化:[DBM] 倒计时模块增加过地图不消失选项,用于抓马。
* 优化:[DBM] 喊话监控支持正则。
-----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion RaidTools/RaidTools.lua
Expand Up @@ -100,7 +100,7 @@ local RT_SELECT_PAGE = 0
local RT_SELECT_KUNGFU
local RT_SELECT_DEATH
--
local RT_SCORE_FULL = 25000
local RT_SCORE_FULL = 30000
local RT = {
tAnchor = {},
tDamage = {},
Expand Down

0 comments on commit bf3b37a

Please sign in to comment.