From 08785d63abe7b1d3967c60ddf93f3f8193317118 Mon Sep 17 00:00:00 2001 From: Spp Date: Thu, 15 Apr 2010 10:18:38 +0200 Subject: Fix bad use of worldstates table in last commit --HG-- branch : trunk --- sql/characters.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/characters.sql') diff --git a/sql/characters.sql b/sql/characters.sql index c6dafbe533d..d4e4f132617 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -1936,7 +1936,6 @@ DROP TABLE IF EXISTS `worldstates`; CREATE TABLE `worldstates` ( `entry` mediumint(11) UNSIGNED NOT NULL DEFAULT '0', `value` bigint(40) UNSIGNED NOT NULL DEFAULT '0', - `NextWeeklyQuestResetTime` bigint(40) unsigned NOT NULL default '0', `comment` text NOT NULL, PRIMARY KEY (`entry`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Variable Saves'; -- cgit v1.2.3