From 02218b736cfe6b1b3dc673b6e6eedd9c2f11f595 Mon Sep 17 00:00:00 2001 From: icomrade Date: Sat, 1 Oct 2016 19:37:56 -0400 Subject: [PATCH] Update epoch.sql --- Server Files/SQL/epoch.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server Files/SQL/epoch.sql b/Server Files/SQL/epoch.sql index 21502564e..61c35212d 100644 --- a/Server Files/SQL/epoch.sql +++ b/Server Files/SQL/epoch.sql @@ -50,7 +50,7 @@ CREATE TABLE IF NOT EXISTS `Character_DATA` ( -- ---------------------------- CREATE TABLE IF NOT EXISTS `Object_DATA` ( `ObjectID` int(11) unsigned NOT NULL AUTO_INCREMENT, - `ObjectUID` bigint(24) NOT NULL DEFAULT '0', + `ObjectUID` varchar(64) NOT NULL DEFAULT '0', `Instance` int(11) unsigned NOT NULL, `Classname` varchar(50) DEFAULT NULL, `Datestamp` datetime NOT NULL,