chore(DB): import pending files

Referenced commit(s): 579a1c0fa4
This commit is contained in:
AzerothCoreBot
2023-01-31 21:56:40 +00:00
parent 579a1c0fa4
commit 973de9e81f
6 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_01_30_00 -> 2023_01_31_00
--
DELETE FROM `spell_script_names` WHERE `spell_id`=30421;
INSERT INTO `spell_script_names` VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_01_31_00 -> 2023_01_31_01
--
ALTER TABLE `creature_summon_groups` ADD COLUMN `Comment` varchar(255) NOT NULL DEFAULT '' AFTER `summonTime`;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_01_31_01 -> 2023_01_31_02
--
UPDATE `creature_text` SET `BroadcastTextId`=37088 WHERE `CreatureID`=36993 AND `GroupID`=6 AND `ID`=0;
UPDATE `creature_text` SET `BroadcastTextId`=37089 WHERE `CreatureID`=36993 AND `GroupID`=9 AND `ID`=0;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_01_31_02 -> 2023_01_31_03
-- Fix comments as well
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 18880);
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,3 +1,4 @@
-- DB update 2023_01_31_03 -> 2023_01_31_04
-- Coilskar Sire (19768)
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 19768;
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 19768);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_01_31_04 -> 2023_01_31_05
--
DELETE FROM `gossip_menu_option` WHERE (`MenuID` = 2849);
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES