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/game/ObjectMgr.cpp

    r34 r35  
    20792079    // Load playercreate spells 
    20802080    { 
    2081         //                                                0     1      2      3 
    2082         QueryResult *result = WorldDatabase.Query("SELECT race, class, Spell, Active FROM playercreateinfo_spell"); 
    20832081 
    20842082        QueryResult *result = NULL;