[12174] Fix not updated opcode structures

Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
Yaki Khadafi 2012-09-03 14:37:31 +03:00 committed by Antz
parent 372e8e04bf
commit fc28fef1c1
6 changed files with 17 additions and 7 deletions

View file

@ -4675,6 +4675,8 @@ void Spell::SendResurrectRequest(Player* target)
data << uint8(0);
data << uint8(m_caster->GetTypeId() == TYPEID_PLAYER ? 0 : 1);
data << uint32(m_spellInfo->Id);
target->GetSession()->SendPacket(&data);
}