Fix compile ¬¬

+ Code Style (for, if, while)

--HG--
branch : trunk
This commit is contained in:
Spp
2010-04-24 17:48:52 +02:00
parent 9aa3fea857
commit a12c0aef85
11 changed files with 23 additions and 23 deletions

View File

@@ -171,7 +171,7 @@ void WorldSession::HandleGroupInviteOpcode(WorldPacket & recv_data)
data << GetPlayer()->GetName(); // max len 48
data << uint32(0); // unk
data << uint8(0); // count
//for(int i = 0; i < count; ++i)
//for (int i = 0; i < count; ++i)
// data << uint32(0);
data << uint32(0); // unk
player->GetSession()->SendPacket(&data);