mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 06:29:50 -04:00
* 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;
|
||||
|
||||
Reference in New Issue
Block a user