[0032] Enable some spell-related opcodes

Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
Yaki Khadafi 2012-08-09 12:46:55 +03:00 committed by Antz
parent 00488d845c
commit d3b03a7a90
4 changed files with 14 additions and 14 deletions

View file

@ -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);
}