fix(Core/Player): Correct SPEC_MASK for addSpell() (#6561)

Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
This commit is contained in:
Kitzunu
2021-06-25 00:34:05 +02:00
committed by GitHub
parent e51926c090
commit 7080edfc1c
+1 -1
View File
@@ -24146,7 +24146,7 @@ void Player::learnSkillRewardedSpells(uint32 skill_id, uint32 skill_value)
// need learn // need learn
else if (!IsInWorld()) else if (!IsInWorld())
{ {
addSpell(pAbility->Spell, true, true, true, false); addSpell(pAbility->Spell, SPEC_MASK_ALL, true, true, false);
} }
else else
{ {