Changeset 254

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

* Brought the default characters file up to the current rev.

Original author: runningnak3d@…
Date: 2008-11-18 11:28:22+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/characters.sql

    r74 r254  
    11-- MySQL dump 10.11 
    22-- 
    3 -- Host: localhost    Database: characters 
     3-- Host: localhost    Database: char_temp 
    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', 
    617618  PRIMARY KEY  (`guid`), 
    618619  KEY `idx_account` (`account`), 
     
    13021303/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; 
    13031304 
    1304 -- Dump completed on 2008-10-14 13:27:52 
     1305-- Dump completed on 2008-11-18 11:24:11