|
|
@@ -1416,7 +1416,6 @@ local function BeSkill_RelicAttribute(ReleaserObj, tSkillInfo)
|
|
|
|
|
|
-- 是否增加args属性
|
|
|
local bAddArgs = true
|
|
|
- table.print_lua_table(tSkilConfig.otherArgs)
|
|
|
if tSkilConfig.otherArgs.winnerfiveraces then
|
|
|
bAddArgs = false
|
|
|
end
|
|
|
@@ -1451,7 +1450,6 @@ local function BeSkill_RelicAttribute(ReleaserObj, tSkillInfo)
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- table.print_lua_table(tCamp)
|
|
|
local bAllCamp = true
|
|
|
for i = CombatDefine.CAMP_TYPE1, CombatDefine.CAMP_TYPE5, 1 do
|
|
|
if not tCamp[i] then
|