Commit d78bc7688acb5a0cbf7d3f99f8df1a4fa4df0ab5
1 parent
15cdeaf1
Fix bug
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/adv/AdvBuff.lua
| ... | ... | @@ -106,7 +106,7 @@ local BuffFactory = { | 
| 106 | 106 | end | 
| 107 | 107 | end, | 
| 108 | 108 | [Buff.ATTR_CHANGE] = function(_Buff) | 
| 109 | - local attrName = AttsEnumEx[self.buffData.effectValue3] | |
| 109 | + local attrName = AttsEnumEx[_Buff.buffData.effectValue3] | |
| 110 | 110 | commonAttr(_Buff, attrName) | 
| 111 | 111 | end, | 
| 112 | 112 | [Buff.BACK_HURT] = function(_Buff) | ... | ... |