From b4a0533d81ba7fa2cafdd93faab920194a9948eb Mon Sep 17 00:00:00 2001 From: Malcrom Date: Wed, 6 Nov 2013 23:20:06 -0330 Subject: Core/CreatureGroups: Add fields to creature_formations and code to prevent creature crossover in formations. Wiki update and db values too follow. --- sql/updates/world/2013_11_06_00_world_creature_formations.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_11_06_00_world_creature_formations.sql (limited to 'sql') diff --git a/sql/updates/world/2013_11_06_00_world_creature_formations.sql b/sql/updates/world/2013_11_06_00_world_creature_formations.sql new file mode 100644 index 00000000000..2e4795fcc90 --- /dev/null +++ b/sql/updates/world/2013_11_06_00_world_creature_formations.sql @@ -0,0 +1,2 @@ +ALTER TABLE creature_formations ADD point_1 MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; +ALTER TABLE creature_formations ADD point_2 MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -- cgit v1.2.3