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. Bug with buffs #29

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Fix. Bug with buffs #29

merged 1 commit into from
Mar 27, 2024

Conversation

pangolp
Copy link
Contributor

@pangolp pangolp commented Mar 27, 2024

Changes Proposed:

  • The vector of the spells starts from the first position, and has to start from 0, which caused one of the spells to not be applied, and an error to appear on the console, because the range was exceeded.
  • Modify the view of the configuration file.
  • The arcane intellect spells were wrong.
  • The spells corresponding to levels 40 to 50 were wrong, due to the problem with the vector positions.

Issues Addressed:

SOURCE:

Tests Performed:

  • Windows 10
  • In-game

How to Test the Changes:

  1. Create a character
  2. Make npc spawn
  3. Try buffs

@pangolp pangolp merged commit a004f5a into azerothcore:master Mar 27, 2024
1 check passed
@pangolp pangolp deleted the spells branch March 27, 2024 07:26
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.

Arcane Intellect buff uses NPC abilities instead of player spells First buff in Buff.Spells is never applied
1 participant