Files
TrinityCore/sql/updates/505_world.sql
KingPin 14234c86fa Newline added to bottom of all files.
--HG--
branch : trunk
2009-02-17 20:07:49 -06:00

11 lines
299 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`));