听说ndp提供了修改wa边框的功能
tyrival opened this issue · 2 comments
wa在某个版本后禁止了ndui修改边框素材,之前一直是通过修改
World of Warcraft Classic_classic_\Interface\AddOns\WeakAuras\RegionTypes\RegionPrototype.lua
在13行增加
WeakAuras.regionPrototype = Private.regionPrototype
刚听说ndp提供了修改方案,不用改wa源码了,请问下应该怎么做
找到了,这个办法失效了代码要改成这个,
WeakAuras.Private = Private
写的很清楚了,现在的改动是为了适配WeakAurasPatched,不需要每次修改代码