chore(DB): import pending files

Referenced commit(s): 3dc7a89ad2
This commit is contained in:
AzerothCoreBot
2023-04-22 13:15:00 +00:00
parent 3dc7a89ad2
commit 5e9e8e2abd
7 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_00 -> 2023_04_22_00
--
ALTER TABLE `characters`
ADD COLUMN `extraBonusTalentCount` INT NOT NULL DEFAULT '0' AFTER `innTriggerId`;

View File

@@ -1,2 +1,3 @@
-- DB update 2023_04_21_00 -> 2023_04_22_00
-- Tamed Kodo - Remove gossip flag & gosip menu.
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(1),`gossip_menu_id` = 0 WHERE `entry` = 11627;

View File

@@ -1,2 +1,3 @@
-- DB update 2023_04_22_00 -> 2023_04_22_01
--
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_insect_swarm', 'spell_dru_idol_lifebloom');

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_22_01 -> 2023_04_22_02
--
DELETE FROM `creature` WHERE `map` = 540 AND `id1` IN (20923,16507,16594,16699,16700,16704,16807,16808,16809,17083,17420,17427,17461,17464,17465,17669,17670,17694,17671,16593,17695,17622,17356,17357,17474,17578) AND `guid` IN (34038,57220,57221,57222,57223,57581,57582,57583,57584,57686,57687,57688,57689,57690,57691,57692,57693,57694,57695,57696,57698,57699,57700,57853,57854,57855,59474,59475,59476,59477,62864,62865,62866,62867,62871,62872,62873,62921,62934,62935,62936,62937,62938,62939,62940,62941,62942,62943,62944,62945,62946,62947,62948,62949,62952,62953,62954,62955,63390,63391,63392,63446,63447,85746,85747,85748,85749,85750,85751,85752,85753,86366,86368,86369,86370,86423,86427,86452,86453,86454,86455,86456,86457,86458,86459,86460,86461,86462,86463,86464,86465,86466,1971542,1971543,1971544,1971545,1971546,1971547,1971548,1971549,1971550,1971551,1971552,1971553,1971554,1971555,1971556,1971557,1971558,1971559,1971560,1971561,1971562,1971563,1971564,1971565,1971566,1971567,1971568,1971569,1971570,1971571,1971572,1971573,1971574,1971575,1971576,1971580,2000102,2000103,2000104,2000105,2000106,2000107);
DELETE FROM `creature_addon` WHERE `guid` IN (57693,62952,62953,62954,62955);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_22_02 -> 2023_04_22_03
--
UPDATE `creature_template` SET `detection_range`=60 WHERE `entry`=15691;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_22_03 -> 2023_04_22_04
--
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` IN (-146209, -146210));
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES

View File

@@ -1,2 +1,3 @@
-- DB update 2023_04_22_04 -> 2023_04_22_05
--
UPDATE `creature_loot_template` SET `MaxCount`=1 WHERE `Entry`=18633 AND `Item`=29740;