chore(DB): import pending files

Referenced commit(s): 73e61e3234
This commit is contained in:
AzerothCoreBot
2023-05-13 18:45:51 +00:00
parent 73e61e3234
commit 440e4baa27
11 changed files with 11 additions and 0 deletions

View File

@@ -1 +1,2 @@
-- DB update 2023_05_13_02 -> 2023_05_13_03
UPDATE `smart_scripts` SET `action_type`=9, `comment`='Rhahk\'Zor - On Just Died - Activate Gameobject' WHERE `entryorguid`=644 AND `source_type`=0 AND `id`=2 AND `link`=3;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_13_03 -> 2023_05_13_04
-- SQL Dark Ranger Loralen emote
DELETE FROM `creature_template_addon` WHERE (`entry` = 37779);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_13_04 -> 2023_05_13_05
--
UPDATE `creature_template`
SET `mingold` = 448, `maxgold` = 2520

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_13_05 -> 2023_05_13_06
DELETE FROM `gameobject` WHERE `guid` IN (105000, 105001, 105002, 105003, 105004, 105005, 105014, 105015, 105016, 105017, 105018, 105019, 105020, 105021);
DELETE FROM `game_event_gameobject` WHERE `guid` IN (105000, 105001, 105002, 105003, 105004, 105005, 105014, 105015, 105016, 105017, 105018, 105019, 105020, 105021);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_13_06 -> 2023_05_13_07
--
UPDATE `smart_scripts` SET `comment` = 'Windroc - In Combat - Cast \'Eagle Claw\'' WHERE `entryorguid` = 17128 AND `source_type` = 0 AND `id` = 0;
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `Entry` = 18220;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_13_07 -> 2023_05_13_08
--
UPDATE `creature_template` SET `AIName`='', `ScriptName`='npc_violet_hold_defense_system' WHERE `entry`=30837;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_13_08 -> 2023_05_13_09
--
DELETE FROM `creature_template_movement` WHERE (`CreatureId` = 8982);
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_13_09 -> 2023_05_13_10
--
UPDATE `creature_template` SET `ScriptName` = 'boss_swamplord_muselek', `AIName`= '' WHERE `entry` = 17826;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 17826 AND `source_type` = 0;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_13_10 -> 2023_05_13_11
--
DELETE FROM `creature_template_addon` WHERE `entry` IN (32838,34679,29945,29855,28857,27351,25196,37993, 37998, 1312, 4984, 5510, 5516, 12791, 13358, 13359, 14489, 25195,28049);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_13_11 -> 2023_05_13_12
-- Co-authored-by: aletson <aletson@users.noreply.github.com> https://github.com/TrinityCore/TrinityCore/pull/20630
-- Floon(18588) & Raliq the Drunk(18585) & Sal'salabim(18584)
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` IN (18588,18585,18584);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_13_12 -> 2023_05_13_13
DELETE FROM `warden_checks` WHERE `id` IN (795,796);
INSERT INTO `warden_checks` (`id`, `type`, `data`, `str`, `address`, `length`, `result`, `comment`) VALUES
(795, 139, NULL, 'local f=DEFAULT_CHAT_FRAME for i=1,f:GetNumMessages() do if (f:GetMessageInfo(i)):find("Rotation Mode Disable") then return true end end', NULL, NULL, NULL, 'Detects PQR'),