[被动]========================485修改

TCX_dev_zeroFive_iOS hotfix/zeroFive/cdn_aiquOnline_ios/1.1.43
DESKTOP-RH64908\Administrator 2024-03-18 13:40:57 +08:00
parent e4d8443f63
commit 5a776e8ee2
1 changed files with 1 additions and 1 deletions

View File

@ -12901,7 +12901,7 @@ local passivityList = {
list=RoleManager.Query(function(v) return v.camp == role.camp end)
end
for i=1,#list do
if phy1-phy2>0 then
if phy1 and phy2 and phy1-phy2>0 then
list[i]:AddBuff(Buff.Create(role, BuffName.PropertyChange, r1,buff.propertyName, phy1-phy2, 1))
end
end