diff --git a/sql/updates/mangos/z2824_01_mangos_model_unification.sql b/sql/updates/mangos/z2824_01_mangos_model_unification.sql index 59481c8be0..53af04d4da 100644 --- a/sql/updates/mangos/z2824_01_mangos_model_unification.sql +++ b/sql/updates/mangos/z2824_01_mangos_model_unification.sql @@ -1,5 +1,5 @@ ALTER TABLE db_version CHANGE COLUMN required_z2823_01_mangos_displayid_probability required_z2824_01_mangos_model_unification bit; -ALTER TABLE `creature_model_info` RENAME COLUMN `modelid_other_team` TO `modelid_alternative`; +ALTER TABLE `creature_model_info` CHANGE `modelid_other_team` `modelid_alternative` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0;