Show
Ignore:
Timestamp:
11/19/08 13:25:48 (17 years ago)
Author:
yumileroy
Message:

[svn] * Fixing some typos in SQL files.
* Applying proper structure to SQL updates.
* Fixing ImpConfig? compile problems.
* Moving INSTALL to INSTALL.linux to avoid autoconf collisions.

Original author: XTZGZoReX
Date: 2008-10-10 15:20:27-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/trinityrealm/AuthSocket.cpp

    r34 r35  
    373373        int MaxBuild = sConfig.GetIntDefault("MaxBuild", 8606); 
    374374 
    375         if(ch->build >= MinBuild && ch->build <= MaxBuild) 
     375        if(ch->build >= MinBuild && ch->build <= MaxBuild) { 
    376376        valid_version=true; 
    377         break; 
    378     } 
    379     else 
     377    } else { 
    380378        valid_version=false; 
     379    }; 
    381380 
    382381    /// <ul><li> if this is a valid version