From c5f0e94966d14b1bc56cb82b71f06ad23de0bf2f Mon Sep 17 00:00:00 2001 From: teacher Date: Thu, 15 Apr 2010 21:24:59 +0200 Subject: Fixed my typo in characters.sql (thx Kaelima for whacking me)<2 --HG-- branch : trunk --- sql/characters.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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; -- cgit v1.2.3