Files
TrinityCore/sql/updates/505_world.sql
runningnak3d@mangos.zipwow.ano 4b47c30641 * Fix revent SQL commits
* Fix EOL issues on all SQL files

--HG--
branch : trunk
2008-12-15 10:42:35 +00:00

10 lines
298 B
SQL

DROP TABLE IF EXISTS `creature_formations`;
CREATE TABLE `creature_formations` (
`leader` int(11) unsigned NOT NULL,
`follower` int(11) unsigned NOT NULL,
`dist` float unsigned NOT NULL,
`angle` float unsigned NOT NULL,
`groupAI` int(11) unsigned NOT NULL,
PRIMARY KEY (`follower`));