Skip to content

Commit

Permalink
Release V74
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed May 16, 2017
1 parent 8979de6 commit 954332e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MY_!Base/src/MY.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- @Date : 2014-11-24 08:40:30
-- @Email : admin@derzh.com
-- @Last modified by: Emil Zhai
-- @Last modified time: 2017-04-27 17:54:57
-- @Last modified time: 2017-05-10 16:39:40
-- @Ref: 借鉴大量海鳗源码 @haimanchajian.com
--------------------------------------------
-- #################################################################################################################################### --
Expand Down Expand Up @@ -115,8 +115,8 @@ MY = {}
--------------------------------------------------------------------------------------------------------------------------------------------
-- 本地函数变量
--------------------------------------------------------------------------------------------------------------------------------------------
local _BUILD_ = "20170427"
local _VERSION_ = 0x2007300
local _BUILD_ = "20170510"
local _VERSION_ = 0x2007400
local _DEBUGLV_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
local _DELOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4
local _NORESTM_ = tonumber(LoadLUAData('interface/my.nrtim.level') or nil) or -1
Expand Down
5 changes: 5 additions & 0 deletions MY_CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
茗伊插件集 v74
* [历史技能]修复某些情况下技能动画会卡住的问题
* [焦点列表]焦点锁定功能在目标回到附近时继续锁定
* [常用工具]解决JJC自动显示玩家与海鳗攻防屏蔽冲突的问题

茗伊插件集 v73
* [焦点列表]修复不能焦点玩家的问题
* [常用工具]新增进入竞技场战场自动取消屏蔽的功能
Expand Down

0 comments on commit 954332e

Please sign in to comment.