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

[Skills] will not be unlearned after logout #12787

Open
Meramaf opened this issue Aug 18, 2022 · 1 comment
Open

[Skills] will not be unlearned after logout #12787

Meramaf opened this issue Aug 18, 2022 · 1 comment
Labels
ChromieCraft Generic No specific levelrange

Comments

@Meramaf
Copy link
Contributor

Meramaf commented Aug 18, 2022

Current Behaviour

Many Skill abilities are not reset when you remove them.
For example, if you change race, the console gets an error after relogging:

"Character GUID Full: 0x000000000000068a Type: Player Low: 1674 has skill 125 that does not exist."

Оr if you have learned a profession skill not through a trainer, and try to reset it, then after a relog, the profession does not disappear from the abilities tab.

Expected Blizzlike Behaviour

After a race change or skill reset, Skills must be reset as well as spells.

Source

No response

Steps to reproduce the problem

  1. Create Charecter
  2. Change Race .char changerace
  3. Relog back and look in the console

Extra Notes

No response

AC rev. hash/commit

b2e449f

Operating system

Windows 10 x64, Ubuntu 20

Custom changes or Modules

No response

@ChibaPet
Copy link

FWIW, if you want to clear these out prior to some future fix:

delete from character_skills where guid = 1674 and skill = 125;

@Gultask Gultask added the ChromieCraft Generic No specific levelrange label Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ChromieCraft Generic No specific levelrange
Projects
Development

No branches or pull requests

3 participants