Changeset 255 for trunk/sql/characters.sql
- Timestamp:
- 11/19/08 13:51:18 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/sql/characters.sql
r254 r255 1 1 -- MySQL dump 10.11 2 2 -- 3 -- Host: localhost Database: char _temp3 -- Host: localhost Database: characters 4 4 -- ------------------------------------------------------ 5 5 -- Server version 5.0.34-log … … 615 615 `death_expire_time` bigint(20) unsigned NOT NULL default '0', 616 616 `taxi_path` text, 617 `latency` int(11) unsigned NOT NULL default '0',618 617 PRIMARY KEY (`guid`), 619 618 KEY `idx_account` (`account`), … … 1303 1302 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; 1304 1303 1305 -- Dump completed on 2008-1 1-18 11:24:111304 -- Dump completed on 2008-10-14 13:27:52