mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
- Fixed SMSG_GROUP_LIST opcode once again (I hope so).
- Fixed typos in SQL update. - Added some nice comments.
This commit is contained in:
parent
b09ee8e571
commit
93332fb1a0
4 changed files with 37 additions and 27 deletions
|
|
@ -20743,4 +20743,4 @@ void Player::SendDuelCountdown(uint32 counter)
|
|||
WorldPacket data(SMSG_DUEL_COUNTDOWN, 4);
|
||||
data << uint32(counter); // seconds
|
||||
GetSession()->SendPacket(&data);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue