aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/505_world.sql
diff options
context:
space:
mode:
authorrunningnak3d@mangos.zipwow.ano <none@none>2008-12-15 10:42:35 +0000
committerrunningnak3d@mangos.zipwow.ano <none@none>2008-12-15 10:42:35 +0000
commit4b47c30641d31661c530e21dfd24a79b405736d2 (patch)
treeedbc6dbe32f693fe3ae7bd9bde505686db32fbcb /sql/updates/505_world.sql
parent7ed8e2993f37006a4f455f995ef61b6d0f867656 (diff)
* Fix revent SQL commits
* Fix EOL issues on all SQL files --HG-- branch : trunk
Diffstat (limited to 'sql/updates/505_world.sql')
-rw-r--r--sql/updates/505_world.sql25
1 files changed, 1 insertions, 24 deletions
diff --git a/sql/updates/505_world.sql b/sql/updates/505_world.sql
index 644ee9ee5de..fe3b3c850aa 100644
--- a/sql/updates/505_world.sql
+++ b/sql/updates/505_world.sql
@@ -1,22 +1,3 @@
-/*
-SQLyog Community Edition- MySQL GUI v6.16
-MySQL - 5.0.27-community-nt : Database - world
-*********************************************************************
-*/
-
-/*!40101 SET NAMES utf8 */;
-
-/*!40101 SET SQL_MODE=''*/;
-
-create database if not exists `world`;
-
-USE `world`;
-
-/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
-/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
-
-/*Table structure for table `creature_formations` */
-
DROP TABLE IF EXISTS `creature_formations`;
CREATE TABLE `creature_formations` (
@@ -25,8 +6,4 @@ CREATE TABLE `creature_formations` (
`dist` float unsigned NOT NULL,
`angle` float unsigned NOT NULL,
`groupAI` int(11) unsigned NOT NULL,
- PRIMARY KEY (`follower`)
-) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-
-/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
-/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
+ PRIMARY KEY (`follower`));