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

[Fix] Moved assigning of AISpellVar variables before AI_Start() #1321

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

peterigz
Copy link
Contributor

@peterigz peterigz commented Apr 4, 2021

Any values in the npc_spells table that set these variables were being ignored because the rules are being applied after AI_AddNPCSpells is called, so moved the AISpellVar assignments before the call.

… values that override the rule values will not be ignored
@Akkadius Akkadius changed the title Moved assigning of AISpellVar variables before AI_Start() so that any… [Fix] Moved assigning of AISpellVar variables before AI_Start() Apr 7, 2021
@Akkadius Akkadius merged commit 324d48a into EQEmu:master Apr 7, 2021
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

Successfully merging this pull request may close these issues.

3 participants