mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Fix
This commit is contained in:
parent
62327e7af0
commit
5af8fb89d0
2 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue