chore(DB): import pending files

Referenced commit(s): b62a422800
This commit is contained in:
AzerothCoreBot
2022-12-29 11:15:59 +00:00
parent b62a422800
commit 64be224683
6 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- DB update 2022_12_28_02 -> 2022_12_29_00
UPDATE `creature_equip_template` SET `ItemID2`=0 WHERE `CreatureID`=4217 AND `ID`=1;

View File

@@ -0,0 +1,12 @@
-- DB update 2022_12_29_00 -> 2022_12_29_01
DELETE FROM `gossip_menu` WHERE `MenuID` = 5501;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (5501, 6554);
UPDATE `gossip_menu_option` SET `ActionMenuID` = 5501 WHERE `MenuID` = 5502;
UPDATE `conditions` SET `ConditionValue1` = 1030, `Comment` = 'Only show gossip option if player has completed quest 1030' WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 5502 AND `ConditionTypeOrReference` = 8;
UPDATE `npc_text` SET `ID` = 6554 WHERE `ID` = 50001;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 3691 AND `id`= 7;
UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 3691 AND `id` = 6;

View File

@@ -0,0 +1,2 @@
-- DB update 2022_12_29_01 -> 2022_12_29_02
DELETE FROM `creature_loot_template` WHERE `Entry` = 18681 AND `Item` = 31245;

View File

@@ -0,0 +1,8 @@
-- DB update 2022_12_29_02 -> 2022_12_29_03
--
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|2 WHERE (`entry` IN (19310, 19409, 21133));
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 21133;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 21133) AND (`source_type` = 0) AND (`id` IN (0));
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
(21133, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 3, 0, 16387, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Corporal Ironridge - On Respawn - Morph To Model 16387 - Woraround for modelid - Gender');

View File

@@ -0,0 +1,3 @@
-- DB update 2022_12_29_03 -> 2022_12_29_04
--
UPDATE `creature` SET `id1`=18453, `equipment_id`=0 WHERE `id1`=18454 AND `guid`=65943;

View File

@@ -0,0 +1,3 @@
-- DB update 2022_12_29_04 -> 2022_12_29_05
UPDATE `creature_template` SET `skinloot` = 0 WHERE (`entry` = 15316);