Fixed my typo in characters.sql (thx Kaelima for whacking me)<2

--HG--
branch : trunk
This commit is contained in:
teacher
2010-04-15 21:24:59 +02:00
parent 34d8f5cbf9
commit c5f0e94966

View File

@@ -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;