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

Friendlist, Delete Friend #14

Closed
StackerDEV opened this issue Mar 12, 2018 · 0 comments
Closed

Friendlist, Delete Friend #14

StackerDEV opened this issue Mar 12, 2018 · 0 comments
Assignees
Labels

Comments

@StackerDEV
Copy link
Collaborator

I just found out why it doesn't work on heroes wow.
Player GUID can be larger than 9999, actually no surprise.

Delete friend only works on GUIDs between 100 and 9999 (easy to fix).
And IsPlayer function from BotFarm in World>Utility.cs doesn't seem to work? We need this for the friendlist to properly work in the future when we have more players and a higher GUID count.

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

No branches or pull requests

2 participants