mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
chore(DB): Add default values to columns in creature_formations table (#14936)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
ALTER TABLE `creature_formations`
|
||||
CHANGE COLUMN `dist` `dist` FLOAT NOT NULL DEFAULT '0' AFTER `memberGUID`,
|
||||
CHANGE COLUMN `angle` `angle` FLOAT NOT NULL DEFAULT '0' AFTER `dist`,
|
||||
CHANGE COLUMN `groupAI` `groupAI` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `angle`;
|
||||
Reference in New Issue
Block a user