Changeset 76

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

[svn] Fix a typo in rev 80. Patch provided by ogeraisi.

Original author: megamage
Date: 2008-10-19 23:45:20-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Player.cpp

    r74 r76  
    1366413664bool Player::LoadFromDB( uint32 guid, SqlQueryHolder *holder ) 
    1366513665{ 
    13666     ////                                                     0     1        2     3     4     5      6           7           8           9    10           11        12         13         14         15          16           17                 18                 19                 20       21       22       23       24         25       26            27        [28]  [29]    30                 31         32 
    13667     //QueryResult *result = CharacterDatabase.PQuery("SELECT guid, account, data, name, race, class, position_x, position_y, position_z, map, orientation, taximask, cinematic, totaltime, leveltime, rest_bonus, logout_time, is_logout_resting, resettalents_cost, resettalents_time, trans_x, trans_y, trans_z, trans_o, transguid, extraflags, stable_slots, at_login, zone, online, death_expire_time, taxi_path, dungeon_difficulty FROM characters WHERE guid = '%u'", guid); 
     13666    ////                                                     0     1        2     3     4     5      6           7           8           9    10           11        12         13         14         15          16           17                 18                 19                 20       21       22       23       24         25           26            27        [28]  [29]    30                 31         32 
     13667    //QueryResult *result = CharacterDatabase.PQuery("SELECT guid, account, data, name, race, class, position_x, position_y, position_z, map, orientation, taximask, cinematic, totaltime, leveltime, rest_bonus, logout_time, is_logout_resting, resettalents_cost, resettalents_time, trans_x, trans_y, trans_z, trans_o, transguid, extra_flags, stable_slots, at_login, zone, online, death_expire_time, taxi_path, dungeon_difficulty FROM characters WHERE guid = '%u'", guid); 
    1366813668    QueryResult *result = holder->GetResult(PLAYER_LOGIN_QUERY_LOADFROM); 
    1366913669 
     
    1511015110        "taximask, online, cinematic, " 
    1511115111        "totaltime, leveltime, rest_bonus, logout_time, is_logout_resting, resettalents_cost, resettalents_time, " 
    15112         "trans_x, trans_y, trans_z, trans_o, transguid, extraflags, stable_slots, at_login, zone, " 
     15112        "trans_x, trans_y, trans_z, trans_o, transguid, extra_flags, stable_slots, at_login, zone, " 
    1511315113        "death_expire_time, taxi_path) VALUES (" 
    1511415114        << GetGUIDLow() << ", "