测试提交

onepiece_online_and
DESKTOP-RH64908\Administrator 2024-04-29 14:16:07 +08:00
parent 5a3572d65d
commit efa08ae8de
3 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,6 @@ end
--被动技能表
local passivityList = {
--发动技能时,[a]的概率将[b]*[c]算作[d]计算

View File

@ -11,6 +11,8 @@ this.talkingTime = 0 --对话时间
-- 战斗胜利后是否已经更新过ID
local hadUpdate = false
local CHATER_OPEN = 1
local CHATER_CLOSE = 0
local CHATER_STATE = "CHATER_STATE"

View File

@ -22,9 +22,7 @@ local LoginRoot_PackageVersion = ServerConfigManager.GetVersionInfo("packageVers
local LoginRoot_NoticeChannel = ServerConfigManager.GetSettingValue(ServerConfigManager.SettingConfig.NOTICE_CHANNEL) or ""
local LoginRoot_UserChannel = ServerConfigManager.GetSettingValue(ServerConfigManager.SettingConfig.USER_CHANNEL) or ""
local orginLayer
local IsUserProtoActive = ServerConfigManager.IsSettingActive(ServerConfigManager.SettingConfig.USER_PROTO)
local timeStamp = Time.realtimeSinceStartup
local timeSign = Util.MD5Encrypt(string.format("%s%s", timeStamp, LoginManager.sign))