Open
Description
On remove profession Herbalism , Lifeblood not removed.
in
void Player::SetSkill(uint32 id, uint16 step, uint16 newVal, uint16 maxVal)
Remove if have first rank, but have just (rank 6)
// remove all spells that related to this skill
for (uint32 j = 0; j < sSkillLineAbilityStore.GetNumRows(); ++j)
if (SkillLineAbilityEntry const* pAbility = sSkillLineAbilityStore.LookupEntry(j))
if (pAbility->SkillLine == id)
RemoveSpell(sSpellMgr->GetFirstSpellInChain(pAbility->Spell));
Metadata
Metadata
Assignees
Labels
No labels