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

[D2Game] Error AIGENERAL_GetMinionOwner #102

Closed
thaison1995 opened this issue Jan 29, 2023 · 0 comments
Closed

[D2Game] Error AIGENERAL_GetMinionOwner #102

thaison1995 opened this issue Jan 29, 2023 · 0 comments

Comments

@thaison1995
Copy link

This function also requires that pAiControl is nullptr or not

//D2Game.0x6FCCF320
...
if (pAiControl->pGame)

To

//D2Game.0x6FCCF320
...
if (pAiControl && pAiControl->pGame)
@Mw95 Mw95 closed this as completed in 2d798d2 Feb 10, 2023
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

1 participant