【战斗】========================去除无用log

wangzhenxing 2023-11-11 11:03:37 +08:00
parent a3451e590b
commit ca6c9cc5be
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ function WeaponSkill:Init(owner, group, index, skillData,playerSkillIndex)
self.attackCount = effectData[4] -- 伤害持续时间内伤害次数
-- 初始化
local effects = {}
LogRedTable(effectData)
for i=7, #effectData do
table.insert(effects, effectData[i])
end