From d75011c4a86f56175b15cbb93069d376ef085592 Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Sun, 8 Aug 2010 22:05:28 +0200 Subject: * Fix SQL errors, again thanks to Machiavelli. --HG-- branch : trunk --- sql/base/world_database.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sql/base/world_database.sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index d3d2ea81f6e..ba969897616 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -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; -- cgit v1.2.3