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

Worgen spells and quest chains are missing #46

Open
MegaserverRU opened this issue Feb 14, 2023 · 2 comments
Open

Worgen spells and quest chains are missing #46

MegaserverRU opened this issue Feb 14, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@MegaserverRU
Copy link

Hi, I have such a question about the Worgen and goblin fashion. Worgen druids can't get the bear shape ability in any way, as shown in the photo, there is also no training task, is it so conceived? Or is it possible to fix it somehow? If someone knows how to fix it, please let me know. P.S.
The rest of the abilities are studied in spells as shown in the photo by the druid mentor
2023-02-14_12-04-54
2023-02-14_12-19-55

@heyitsbench
Copy link
Owner

Afaik, any and all class quest specific spells can't be earned due to not having access to the quest. A fix for you would be to track down the quest IDs in the quest_template table and add 2048 (for worgen) or 256 (for goblins) to the allowedraces mask.

@heyitsbench heyitsbench added the bug Something isn't working label Feb 14, 2023
@helldragonpz
Copy link

UPDATE quest_template SET AllowableRaces = 2056 WHERE (ID = 5923);
UPDATE quest_template SET AllowableRaces = 2056 WHERE (ID = 5924);
UPDATE quest_template SET AllowableRaces = 2056 WHERE (ID = 5925);
UPDATE quest_template SET AllowableRaces = 2056 WHERE (ID = 5921);
UPDATE quest_template SET AllowableRaces = 2056 WHERE (ID = 5929);
UPDATE quest_template SET AllowableRaces = 2056 WHERE (ID = 5931);
UPDATE quest_template SET AllowableRaces = 2056 WHERE (ID = 6001);

Here you go an update for that bug :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants