diff options
author | Nay <dnpd.dd@gmail.com> | 2012-08-03 22:39:04 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-08-03 22:39:34 +0100 |
commit | 12307c7d06011b3d64271af4bd4dfc08c348d7d2 (patch) | |
tree | 42462f7894d606a35e680122d0a1d34f6f112c06 /src/server/authserver/Server/AuthSocket.cpp | |
parent | 3577afcfaf32985ec2cd433d16056db4d2a546b2 (diff) |
Whitespace is the root of all evil
Diffstat (limited to 'src/server/authserver/Server/AuthSocket.cpp')
-rwxr-xr-x | src/server/authserver/Server/AuthSocket.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/authserver/Server/AuthSocket.cpp b/src/server/authserver/Server/AuthSocket.cpp index 2537a93fe43..4e4965c526f 100755 --- a/src/server/authserver/Server/AuthSocket.cpp +++ b/src/server/authserver/Server/AuthSocket.cpp @@ -868,10 +868,10 @@ bool AuthSocket::_HandleRealmList() ++RealmListSize; } - + pkt << uint8(0x10); pkt << uint8(0x00); - + // make a ByteBuffer which stores the RealmList's size ByteBuffer RealmListSizeBuffer; |