Core/PacketIO: Updated and enabled SMSG_FISH_ESCAPED

This commit is contained in:
Carbenium
2016-02-10 15:22:47 +01:00
parent e24a6e52e9
commit bf186ec26d
3 changed files with 11 additions and 3 deletions

View File

@@ -464,8 +464,8 @@ void GameObject::Update(uint32 diff)
{
caster->ToPlayer()->RemoveGameObject(this, false);
WorldPacket data(SMSG_FISH_ESCAPED, 0);
caster->ToPlayer()->SendDirectMessage(&data);
WorldPackets::GameObject::FishEscaped escaped;
caster->ToPlayer()->SendDirectMessage(escaped.Write());
}
// can be delete
m_lootState = GO_JUST_DEACTIVATED;