Skip to content

Commit

Permalink
Fix mangos model unification for old mysql versions (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidonete authored May 12, 2024
1 parent 282f789 commit 4e7f3f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Updates/4621_z2824_01_mangos_model_unification.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
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;

0 comments on commit 4e7f3f3

Please sign in to comment.