diff options
| author | leak <leakzx@googlemail.com> | 2011-04-08 21:14:30 +0200 |
|---|---|---|
| committer | leak <leakzx@googlemail.com> | 2011-04-08 21:14:30 +0200 |
| commit | 7935c2f5c299f187c2d18d10e06864ea113c97c1 (patch) | |
| tree | f892c760058e862d6463be460829d44adc1a1acb /src/server/game/Server | |
| parent | 5f4337f7e9e11b7992a39a88969ba9f4502d00dc (diff) | |
Core/Arena: Move personalRating to arena_team_member
Diffstat (limited to 'src/server/game/Server')
| -rwxr-xr-x | src/server/game/Server/Protocol/Handlers/CharacterHandler.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/game/Server/Protocol/Handlers/CharacterHandler.cpp b/src/server/game/Server/Protocol/Handlers/CharacterHandler.cpp index 8efb3749f9b..37df0a63409 100755 --- a/src/server/game/Server/Protocol/Handlers/CharacterHandler.cpp +++ b/src/server/game/Server/Protocol/Handlers/CharacterHandler.cpp @@ -178,10 +178,6 @@ bool LoginQueryHolder::Initialize() stmt->setUInt32(0, lowGuid); res &= SetPreparedQuery(PLAYER_LOGIN_QUERY_LOADRANDOMBG, stmt); - stmt = CharacterDatabase.GetPreparedStatement(CHAR_LOAD_PLAYER_ARENASTATS); - stmt->setUInt32(0, lowGuid); - res &= SetPreparedQuery(PLAYER_LOGIN_QUERY_LOADARENASTATS, stmt); - stmt = CharacterDatabase.GetPreparedStatement(CHAR_LOAD_PLAYER_BANNED); stmt->setUInt32(0, lowGuid); res &= SetPreparedQuery(PLAYER_LOGIN_QUERY_LOADBANNED, stmt); |
