mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Fixed my typo in characters.sql (thx Kaelima for whacking me)<2
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user