mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Code style (game + scripts only):
"while(" --> "while ("
--HG--
branch : trunk
This commit is contained in:
@@ -145,7 +145,7 @@ void WorldSession::HandleCharEnum(QueryResult_AutoPtr result)
|
||||
if(Player::BuildEnumData(result, &data))
|
||||
++num;
|
||||
}
|
||||
while( result->NextRow() );
|
||||
while ( result->NextRow() );
|
||||
}
|
||||
|
||||
data.put<uint8>(0, num);
|
||||
|
||||
Reference in New Issue
Block a user