diff options
author | teacher <none@none> | 2010-04-15 21:24:59 +0200 |
---|---|---|
committer | teacher <none@none> | 2010-04-15 21:24:59 +0200 |
commit | c5f0e94966d14b1bc56cb82b71f06ad23de0bf2f (patch) | |
tree | b34c65ffbcadba3628675fbee597f46872393f2b | |
parent | 34d8f5cbf9069eda86315af0cc03c1f94306b463 (diff) |
Fixed my typo in characters.sql (thx Kaelima for whacking me)<2
--HG--
branch : trunk
-rw-r--r-- | sql/characters.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/characters.sql b/sql/characters.sql index a25d471638e..fba3bd31656 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -1948,7 +1948,7 @@ CREATE TABLE `worldstates` ( LOCK TABLES `worldstates` WRITE; /*!40000 ALTER TABLE `worldstates` DISABLE KEYS */; INSERT INTO `worldstates` (`entry`,`value`, `comment`) VALUES -(20001, 0, `='NextArenaPointDistributionTime'), +(20001, 0, 'NextArenaPointDistributionTime'), (20002, 0, 'NextWeeklyQuestResetTime'); /*!40000 ALTER TABLE `worldstates` ENABLE KEYS */; UNLOCK TABLES; |