Core/CreatureGroups: Add fields to creature_formations and code to prevent creature crossover in formations.

Wiki update and db values too follow.
This commit is contained in:
Malcrom
2013-11-06 23:20:06 -03:30
parent a4b62d873f
commit b4a0533d81
3 changed files with 15 additions and 1 deletions

View File

@@ -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;