mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[0032] Enable some spell-related opcodes
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
00488d845c
commit
d3b03a7a90
4 changed files with 14 additions and 14 deletions
|
|
@ -3344,7 +3344,7 @@ void Player::learnSpell(uint32 spell_id, bool dependent)
|
|||
{
|
||||
WorldPacket data(SMSG_LEARNED_SPELL, 6);
|
||||
data << uint32(spell_id);
|
||||
data << uint16(0); // 3.3.3 unk
|
||||
data << uint32(0); // 3.3.3 unk
|
||||
GetSession()->SendPacket(&data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue