diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/Logic/Base/Passivity.lua b/Assets/ManagedResources/~Lua/Modules/Battle/Logic/Base/Passivity.lua index 44baf2298f..137f522ce8 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/Logic/Base/Passivity.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/Logic/Base/Passivity.lua @@ -2615,7 +2615,9 @@ local passivityList = { end if curRound == i1 + 1 then if buff then - buff.disperse = true + if buff.caster==role then + buff.disperse = true + end end end end)