Added worldstates values in characters.sql and re-dumped to prevent any issues.

The first time there was no insert statement in the sql update.

--HG--
branch : trunk
This commit is contained in:
teacher
2010-04-15 21:14:24 +02:00
parent 33962150ad
commit 34d8f5cbf9
3 changed files with 8 additions and 1 deletions

View File

@@ -1947,6 +1947,9 @@ CREATE TABLE `worldstates` (
LOCK TABLES `worldstates` WRITE;
/*!40000 ALTER TABLE `worldstates` DISABLE KEYS */;
INSERT INTO `worldstates` (`entry`,`value`, `comment`) VALUES
(20001, 0, `='NextArenaPointDistributionTime'),
(20002, 0, 'NextWeeklyQuestResetTime');
/*!40000 ALTER TABLE `worldstates` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;