-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11.0 LinePoolMixin Error #15
Comments
Replace the file with:
Edit: Securing was just changing "CreateObjectPool" to "CreateSecureObjectPool" fortunately. |
@greerga Could you explain where to replace this? I tried to fix it in WorldFlightMap/LinePool.lua but that didn't fix the issue. |
Yes, that's the place. I'm not sure there aren't other taint issues in the WorldFlightMap code but it mostly fixed things. |
It appears the
ObjectPoolMixin
was removed with patch 11.0 which broke yourLinePoolMixin
.https://github.com/Gethe/wow-ui-source/blob/5a34f68e60458f344a776c3132d4d7431fd248a7/Interface/AddOns/Blizzard_SharedXMLBase/Pools.lua#L102-L109
The text was updated successfully, but these errors were encountered: