Commit 1556be8bc1a1d8c05030c1a2cd1c96fab980c81c
1 parent
819f6c60
判断错误
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvPassive.lua
... | ... | @@ -203,7 +203,7 @@ PassiveCondFactory[Passive.PLAYER_BUFF] = PassiveCondFactory[Passive.GET_BUFF] |
203 | 203 | |
204 | 204 | PassiveCondFactory[Passive.PLAYER_BUFF_CLASSIFY] = function(_Passive) |
205 | 205 | _Passive._trigger = function(self, params) |
206 | - if params.classify:sismember(self.passiveData.value) then | |
206 | + if params.classify:sismember(self.passiveData.value, " ") then | |
207 | 207 | return true |
208 | 208 | end |
209 | 209 | end | ... | ... |