modifier option occurs error in classic era
ysk5724 opened this issue ยท 0 comments
Describe the bug
when I tired to change modifer options, lua error occurs
How to reproduce
whenever change the modifier option
What did you expect?
modifier should be changed without error.
i searched all the lua files and there is no more UpdateStateDriver func. so i changed _G.Molinari:UpdateStateDriver() to _G.Molinari:UpdateAttributeDriver() and it's fine.