You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// remove all spells that related to this skillfor (uint32 j = 0; j < sSkillLineAbilityStore.GetNumRows(); ++j)
if (SkillLineAbilityEntry const* pAbility = sSkillLineAbilityStore.LookupEntry(j))
if (pAbility->SkillLine == id)
RemoveSpell(sSpellMgr->GetFirstSpellInChain(pAbility->Spell));
The text was updated successfully, but these errors were encountered:
In fact, we have to fix the unlearn profession in the source, The learning and unlearning system in AC does not work properly.
And that this problem occurred in the new update.
On remove profession Herbalism , Lifeblood not removed.
in
Remove if have first rank, but have just (rank 6)
The text was updated successfully, but these errors were encountered: