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

Faction Spells Missing. #23

Open
worldofd2 opened this issue Jul 2, 2023 · 0 comments
Open

Faction Spells Missing. #23

worldofd2 opened this issue Jul 2, 2023 · 0 comments

Comments

@worldofd2
Copy link

After using this module and leveling a Human Shaman to level 70, I noticed that Heroism was not listed at the trainer. If you race change to Draenei, Heroism was available to learn and upon learning, put into the correct skill tab, Enhancement. When you race change back to Human the spell is not listed at the trainer and its also placed in the "General" tab.

I did some digging and eventually found the solution, that is listed below.

The culprit to this issue is "SkillLineAbility.dbc".
Faction specific spells like Heroism(32182)/Bloodlust(2825) or Seal of Vengeance(31801)/Seal of Corruption(53736) have a "RaceMask" to their respective races. With ARAC, this needs to change to all races of that faction. So either 1101 for Alliance or 690 for Horde.

There are other spells that would fall into this category as well but not limited to the one listed below.

Alliance:
Heroism(32182)
Warhorse(13819)
Charger(23214)
Seal of Vengeance(31801)

Horde:
Bloodlust(2825)
Warhorse(34769)
Charger(34767)
Seal of Corruption(53736)

@worldofd2 worldofd2 changed the title Faction Spells missing. Fix included. Faction Spells Missing. Jul 3, 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