aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrunningnak3d@mangos.zipwow.ano <none@none>2008-11-18 11:28:22 +0000
committerrunningnak3d@mangos.zipwow.ano <none@none>2008-11-18 11:28:22 +0000
commit78f343397c5d5e4cb99e84a9ebecc299e988e13d (patch)
tree69fc2b2826a5a1d1eaadd74da8a7b7ddb6f8066f
parent63fba8597696d7bafc73d5aea35a7bbf3c274365 (diff)
* Brought the default characters file up to the current rev.
--HG-- branch : trunk
-rw-r--r--sql/characters.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/characters.sql b/sql/characters.sql
index 429b4c0508a..2e5eedcf6a7 100644
--- a/sql/characters.sql
+++ b/sql/characters.sql
@@ -1,6 +1,6 @@
-- MySQL dump 10.11
--
--- Host: localhost Database: characters
+-- Host: localhost Database: char_temp
-- ------------------------------------------------------
-- Server version 5.0.34-log
@@ -614,6 +614,7 @@ CREATE TABLE `characters` (
`zone` int(11) unsigned NOT NULL default '0',
`death_expire_time` bigint(20) unsigned NOT NULL default '0',
`taxi_path` text,
+ `latency` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`guid`),
KEY `idx_account` (`account`),
KEY `idx_online` (`online`),
@@ -1301,4 +1302,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
--- Dump completed on 2008-10-14 13:27:52
+-- Dump completed on 2008-11-18 11:24:11