- Fixed SMSG_GROUP_LIST opcode once again (I hope so).

- Fixed typos in SQL update.
- Added some nice comments.
This commit is contained in:
tomrus88 2009-11-16 02:01:09 +03:00
parent b09ee8e571
commit 93332fb1a0
4 changed files with 37 additions and 27 deletions

View file

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