* Fix SQL errors, again thanks to Machiavelli.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
DELETE FROM `outdoorpvp_template` WHERE `TypeId` IN (1,2,3,4,5,6);
|
||||
INSERT INTO `outdoorpvp_template` (`TypeId`, `ScriptName`, `Comment`) VALUES
|
||||
(1, 'outdoorpvp_hp', 'Hellfire Peninsula');
|
||||
(2, 'outdoorpvp_na', 'Nagrand');
|
||||
(3, 'outdoorpvp_tf', 'Terokkar Forest');
|
||||
(4, 'outdoorpvp_zm', 'Zangarmarsh');
|
||||
(5, 'outdoorpvp_si', 'Silithus');
|
||||
(1, 'outdoorpvp_hp', 'Hellfire Peninsula'),
|
||||
(2, 'outdoorpvp_na', 'Nagrand'),
|
||||
(3, 'outdoorpvp_tf', 'Terokkar Forest'),
|
||||
(4, 'outdoorpvp_zm', 'Zangarmarsh'),
|
||||
(5, 'outdoorpvp_si', 'Silithus'),
|
||||
(6, 'outdoorpvp_ep', 'Eastern Plaguelands');
|
||||
|
||||
Reference in New Issue
Block a user