diff options
author | KingPin <none@none> | 2008-10-20 14:11:58 -0500 |
---|---|---|
committer | KingPin <none@none> | 2008-10-20 14:11:58 -0500 |
commit | 9664e39fa4e1d33eaa30cbbe87a4b7dbccb5ead0 (patch) | |
tree | bc981128afcf0553536f1c38c535c87ce5dcc956 /src/game/WorldSocket.cpp | |
parent | 717cfa01f0a10f5b1482fded2efdbb598145a2a2 (diff) |
[svn] * Compile fixes from previous revs.
--HG--
branch : trunk
Diffstat (limited to 'src/game/WorldSocket.cpp')
-rw-r--r-- | src/game/WorldSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WorldSocket.cpp b/src/game/WorldSocket.cpp index 8df89ac40f5..9535c2dcbe6 100644 --- a/src/game/WorldSocket.cpp +++ b/src/game/WorldSocket.cpp @@ -678,7 +678,7 @@ WorldSocket::HandleAuthSession (WorldPacket& recvPacket) uint32 unk2; uint32 BuiltNumberClient; uint32 id, security; - uint8 expansion = 0; + //uint8 expansion = 0; LocaleConstant locale; std::string account; Sha1Hash sha1; |