This commit is contained in:
tomrus88 2009-07-05 13:19:37 +04:00
parent 62327e7af0
commit 5af8fb89d0
2 changed files with 5 additions and 5 deletions

View file

@ -20480,4 +20480,5 @@ void Player::SendDuelCountdown(uint32 counter)
{
WorldPacket data(SMSG_DUEL_COUNTDOWN, 4);
data << uint32(counter); // seconds
GetSession()->SendPacket(&data);
GetSession()->SendPacket(&data);
}