Core/Packets: Update and enable SMSG_COOLDOWN_EVENT

Fix build.
This commit is contained in:
Duarte Duarte
2015-02-11 23:09:56 +00:00
parent cbfe638fa5
commit 6678635cc7
4 changed files with 25 additions and 9 deletions
@@ -470,3 +470,11 @@ WorldPacket const* WorldPackets::Spells::UnlearnedSpells::Write()
return &_worldPacket;
}
WorldPacket const* WorldPackets::Spells::CooldownEvent::Write()
{
_worldPacket << CasterGUID;
_worldPacket << int32(SpellID);
return &_worldPacket;
}