mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
fix(Core/Player): Correct SPEC_MASK for addSpell() (#6561)
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
This commit is contained in:
@@ -24146,7 +24146,7 @@ void Player::learnSkillRewardedSpells(uint32 skill_id, uint32 skill_value)
|
||||
// need learn
|
||||
else if (!IsInWorld())
|
||||
{
|
||||
addSpell(pAbility->Spell, true, true, true, false);
|
||||
addSpell(pAbility->Spell, SPEC_MASK_ALL, true, true, false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user