diff options
| author | Spp <none@none> | 2010-04-15 10:18:38 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-15 10:18:38 +0200 |
| commit | 08785d63abe7b1d3967c60ddf93f3f8193317118 (patch) | |
| tree | 4c91516f9eb3f9f5efff6480ca00fd3bc2c57fd6 /sql/characters.sql | |
| parent | 8abcca0a06d48d4c9d7039bf7a6b27c57f7eb878 (diff) | |
Fix bad use of worldstates table in last commit
--HG--
branch : trunk
Diffstat (limited to 'sql/characters.sql')
| -rw-r--r-- | sql/characters.sql | 1 |
1 files changed, 0 insertions, 1 deletions
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'; |
