chore(DB): import pending files

Referenced commit(s): 099517161c
This commit is contained in:
AzerothCoreBot
2023-04-23 21:03:18 +00:00
parent 099517161c
commit 5dc6f9cf78
6 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_02_20_00 -> 2023_04_23_00
-- Update engine, row format, charset and collation
ALTER TABLE `account` ENGINE InnoDB ROW_FORMAT=DEFAULT, CONVERT TO CHARSET utf8mb4 COLLATE 'utf8mb4_unicode_ci';
ALTER TABLE `account_access` ENGINE InnoDB ROW_FORMAT=DEFAULT, CONVERT TO CHARSET utf8mb4 COLLATE 'utf8mb4_unicode_ci';

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_22_00 -> 2023_04_23_00
-- convert mediumint to int
ALTER TABLE `character_aura` MODIFY `spell` INT UNSIGNED DEFAULT '0';
ALTER TABLE `character_pet` MODIFY `CreatedBySpell` INT UNSIGNED DEFAULT '0';

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_23_02 -> 2023_04_23_03
-- Convert mediumint to int
ALTER TABLE `achievement_criteria_data` MODIFY `criteria_id` INT NOT NULL;
ALTER TABLE `achievement_criteria_data` MODIFY `value1` INT UNSIGNED NOT NULL DEFAULT '0';

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_23_03 -> 2023_04_23_04
UPDATE `creature_template` SET `DamageModifier`=0.01, `ArmorModifier`=0.98 WHERE `Entry`=21097;
UPDATE `creature_template` SET `DamageModifier`=0.01, `ArmorModifier`=1 WHERE `Entry`=15706;
UPDATE `creature_template` SET `DamageModifier`=0.01, `ArmorModifier`=1 WHERE `Entry`=17096;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_23_04 -> 2023_04_23_05
UPDATE `creature_template` SET `speed_walk`=0.004, `speed_run`=0.00143 WHERE `entry`=18602;
UPDATE `creature_template` SET `speed_walk`=0.8, `speed_run`=0.28571 WHERE `entry`=20664;
UPDATE `creature_template` SET `speed_walk`=0.8, `speed_run`=0.28571 WHERE `entry`=21557;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_23_05 -> 2023_04_23_06
--
/* Gug Fatcandle */
UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143 WHERE `entry`=62;