Skip to content
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

Compile Error: The method "unit->HasRootAura()" does not exist #201

Open
Ramvaris opened this issue Dec 2, 2024 · 3 comments
Open

Compile Error: The method "unit->HasRootAura()" does not exist #201

Ramvaris opened this issue Dec 2, 2024 · 3 comments

Comments

@Ramvaris
Copy link

Ramvaris commented Dec 2, 2024

There is an error with compiling the newest version:

EluneError1

I got around it by changing the method as following. I know that there may be some errors by this but at least you can compile it until it is fixed. And yes I know that // would work for one line too - but I was in a rush so I also hadn't time to check a more 'real solution'.

TmpFix

Would be nice if someone could look into this.

@latchee
Copy link

latchee commented Dec 2, 2024

Hi @Ramvaris ,
Instead of commenting out the faulty line, why not reverting the change? If you look at the commit, the only thing that was changed is that "isInRoots" was replaced by "HasRootAura". I replaced it back and was able to compile :)

@Ramvaris
Copy link
Author

Ramvaris commented Dec 2, 2024

Hello @latchee,

I was in a rush and I am not that used to GitHub yet, so I didn't consider looking for the commits.

Thanks for the tip - I will try that!

@Ramvaris
Copy link
Author

Ramvaris commented Dec 2, 2024

Addition: Reverting the change worked fine. Thank you again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants