mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[11372] Convert tabs to 4 spaces
Thanks to Darkknight900 for pointing out! Used this script on sql/ and src/: find . -iname *.h -o -iname *.cpp -o -iname *.inc -o -iname *.sql | xargs sed -i 's/\t/ /g'
This commit is contained in:
parent
187a1916e3
commit
7b2308e483
16 changed files with 138 additions and 138 deletions
|
|
@ -3413,7 +3413,7 @@ void ObjectMgr::LoadArenaTeams()
|
|||
|
||||
// 0 1 2 3 4 5
|
||||
QueryResult *result = CharacterDatabase.Query( "SELECT arena_team.arenateamid,name,captainguid,type,BackgroundColor,EmblemStyle,"
|
||||
// 6 7 8 9 10 11 12 13 14
|
||||
// 6 7 8 9 10 11 12 13 14
|
||||
"EmblemColor,BorderStyle,BorderColor, rating,games_week,wins_week,games_season,wins_season,rank "
|
||||
"FROM arena_team LEFT JOIN arena_team_stats ON arena_team.arenateamid = arena_team_stats.arenateamid ORDER BY arena_team.arenateamid ASC" );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue