aboutsummaryrefslogtreecommitdiff
path: root/sql/old/2.4.3/00505_world.sql
blob: fe3b3c850aa751d49d30d32dbc56709d6204308a (plain)
1
2
3
4
5
6
7
8
9
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`));