* Fix SQL errors, again thanks to Machiavelli.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2010-08-08 22:05:28 +02:00
parent 93bca275aa
commit d75011c4a8
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -3863,11 +3863,11 @@ CREATE TABLE `outdoorpvp_template` (
LOCK TABLES `outdoorpvp_template` WRITE;
/*!40000 ALTER TABLE `outdoorpvp_template` DISABLE KEYS */;
INSERT INTO `outdoorpvp_template` (`TypeId`, `Comment`) VALUES
(1, 'Hellfire Peninsula');
(2, 'Nagrand');
(3, 'Terokkar Forest');
(4, 'Zangarmarsh');
(5, 'Silithus');
(1, 'Hellfire Peninsula'),
(2, 'Nagrand'),
(3, 'Terokkar Forest'),
(4, 'Zangarmarsh'),
(5, 'Silithus'),
(6, 'Eastern Plaguelands');
/*!40000 ALTER TABLE `outdoorpvp_template` ENABLE KEYS */;
UNLOCK TABLES;