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

[svn] Fix some typos.

Original author: megamage
Date: 2008-11-10 17:19:35-06:00

Files:
1 modified

Legend:

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

    r184 r209  
    20982098 
    20992099    result=CharacterDatabase.PQuery( 
    2100         //          0        1             2             3        4                  5 
     2100    //          0        1             2             3        4                  5 
    21012101        "SELECT ci.item, cibag.slot AS bag, ci.slot, ci.guid, characters.account,characters.name " 
    21022102        "FROM character_inventory AS ci LEFT JOIN character_inventory AS cibag ON (cibag.item=ci.bag),characters " 
     
    21522152    { 
    21532153        result=CharacterDatabase.PQuery( 
    2154             //          0                     1            2              3               4            5               6 
     2154        //          0                     1            2              3               4            5               6 
    21552155            "SELECT mail_items.item_guid, mail.sender, mail.receiver, char_s.account, char_s.name, char_r.account, char_r.name " 
    21562156            "FROM mail,mail_items,characters as char_s,characters as char_r " 
     
    22022202    { 
    22032203        result=CharacterDatabase.PQuery( 
    2204             //           0                      1                       2                   3 
     2204        //           0                      1                       2                   3 
    22052205            "SELECT  auctionhouse.itemguid, auctionhouse.itemowner, characters.account, characters.name " 
    22062206            "FROM auctionhouse,characters WHERE auctionhouse.item_template='%u' AND characters.guid = auctionhouse.itemowner LIMIT %u", 
     
    23292329    else 
    23302330        result = WorldDatabase.PQuery("SELECT guid, position_x, position_y, position_z, map FROM gameobject WHERE id = '%u' LIMIT %u", 
    2331         go_id,uint32(count)); 
     2331            go_id,uint32(count)); 
    23322332 
    23332333    if (result) 
     
    24842484    else 
    24852485        result = WorldDatabase.PQuery("SELECT guid, position_x, position_y, position_z, map FROM creature WHERE id = '%u' LIMIT %u", 
    2486         cr_id,uint32(count)); 
     2486            cr_id,uint32(count)); 
    24872487 
    24882488    if (result)