chore(DB): import pending files

Referenced commit(s): 3a1bfe6e90
This commit is contained in:
AzerothCoreBot
2022-10-15 15:17:56 +00:00
parent 3a1bfe6e90
commit d68c5f9b65
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- DB update 2022_10_15_06 -> 2022_10_15_07
--
UPDATE `creature_template` SET `unit_flags` = `unit_flags` |256|512 WHERE `entry` IN (15910, 15904, 15896);
UPDATE `creature_model_info` SET `CombatReach` = 15 WHERE `displayID` IN (15556, 15790, 15793);
UPDATE `creature_summon_groups` SET `summonType` = 6, `summonTime` = 500 WHERE `summonerId` = 15589 AND `summonerType` = 0;

View File

@@ -0,0 +1,3 @@
-- DB update 2022_10_15_07 -> 2022_10_15_08
--
UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE (`entry` = 15334);