From 4b47c30641d31661c530e21dfd24a79b405736d2 Mon Sep 17 00:00:00 2001 From: "runningnak3d@mangos.zipwow.ano" Date: Mon, 15 Dec 2008 10:42:35 +0000 Subject: * Fix revent SQL commits * Fix EOL issues on all SQL files --HG-- branch : trunk --- sql/updates/505_world.sql | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'sql/updates/505_world.sql') 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`)); -- cgit v1.2.3