Changeset 255 for trunk

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

Backed out changeset 34515ac455ef

Original author: w12x
Date: 2008-11-18 23:27:26+01:00

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/characters.sql

    r254 r255  
    11-- MySQL dump 10.11 
    22-- 
    3 -- Host: localhost    Database: char_temp 
     3-- Host: localhost    Database: characters 
    44-- ------------------------------------------------------ 
    55-- Server version       5.0.34-log 
     
    615615  `death_expire_time` bigint(20) unsigned NOT NULL default '0', 
    616616  `taxi_path` text, 
    617   `latency` int(11) unsigned NOT NULL default '0', 
    618617  PRIMARY KEY  (`guid`), 
    619618  KEY `idx_account` (`account`), 
     
    13031302/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; 
    13041303 
    1305 -- Dump completed on 2008-11-18 11:24:11 
     1304-- Dump completed on 2008-10-14 13:27:52 
  • trunk/src/shared/Common.h

    r249 r255  
    147147#define strnicmp strncasecmp 
    148148#define I64FMT "%016llX" 
    149 #define I64FMTD "%I64u" 
     149#define I64FMTD "%llu" 
    150150#define SI64FMTD "%lld" 
    151151#endif