mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 10:03:47 +00:00
fix(Core/Spells): Spells learned from skills should be visibile immediately in the spellbook and chat. (#5106)
This commit is contained in:
@@ -1695,8 +1695,8 @@ public:
|
||||
void SendProficiency(ItemClass itemClass, uint32 itemSubclassMask);
|
||||
void SendInitialSpells();
|
||||
void SendLearnPacket(uint32 spellId, bool learn);
|
||||
bool addSpell(uint32 spellId, uint8 addSpecMask, bool updateActive, bool temporary = false);
|
||||
bool _addSpell(uint32 spellId, uint8 addSpecMask, bool temporary);
|
||||
bool addSpell(uint32 spellId, uint8 addSpecMask, bool updateActive, bool temporary = false, bool learnFromSkill = false);
|
||||
bool _addSpell(uint32 spellId, uint8 addSpecMask, bool temporary, bool learnFromSkill = false);
|
||||
void learnSpell(uint32 spellId);
|
||||
void removeSpell(uint32 spellId, uint8 removeSpecMask, bool onlyTemporary);
|
||||
void resetSpells();
|
||||
|
||||
Reference in New Issue
Block a user