mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
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:
@@ -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 */;
|
||||
|
||||
Reference in New Issue
Block a user