-
Notifications
You must be signed in to change notification settings - Fork 373
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
Unit:GetFriendlyUnitsInRange( range ) not returning correct units #447
Comments
All of the cores seem to use AnyFriendlyUnitInObjectRangeCheck as expected:
However, it looks like the core side implementation on cmangos classic is not checking for friendliness:
So it looks like a core side issue for cmangos classic. |
Looks like in this commit they for some reason renamed the old friendly searcher and made a new one that doesnt actually check for friendliness I submitted a ticket on cmangos side here |
Oh it's on their end, well I am happy that you figured it out! Thank you! |
Description: I did some testing in cmangos classic (latest from Niam5). It seems that the Unit:GetFriendlyUnitsInRange( range ) returns table of enemies and neutrals. Not friendlies.
The text was updated successfully, but these errors were encountered: