chore(DB): import pending files

Referenced commit(s): ae2e3a4e35
This commit is contained in:
AzerothCoreBot
2023-01-28 10:09:32 +00:00
parent ae2e3a4e35
commit 3d0fa25fb8
10 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_01_25_03 -> 2023_01_28_00
DELETE FROM `reference_loot_template` WHERE `entry` = 45002 AND `item` in (24063, 24065);
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (45002, 24063, 24063, 3, 0, 1, 1, 1, 1, '(ReferenceTable)');

View File

@@ -1,3 +1,4 @@
-- DB update 2023_01_28_00 -> 2023_01_28_01
-- Changed Violet Hold door to Smart_Script
DELETE FROM `smart_scripts` WHERE `entryorguid` = 193020;
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_28_01 -> 2023_01_28_02
-- Add Chinese translation of Wand of Allistarj
DELETE FROM `item_template_locale` WHERE `ID`=13065 AND `locale` = 'zhCN';
INSERT INTO `item_template_locale` (`ID`, `locale`, `Name`, `Description`, `VerifiedBuild`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_01_28_02 -> 2023_01_28_03
DELETE FROM `item_template_locale` WHERE `ID` = 11000 AND `locale` IN ('esES', 'esMX');
INSERT INTO `item_template_locale` (`ID`, `locale`, `Name`, `Description`, `VerifiedBuild`) VALUES
(11000, 'esES', 'Llave Sombratiniebla', 'Maestro de la llave de las Profundidades, Cortesía de F.F.F.', 0),

View File

@@ -1,2 +1,3 @@
-- DB update 2023_01_28_03 -> 2023_01_28_04
--
UPDATE `spell_proc_event` SET `SpellFamilyMask1`=16777216 WHERE `entry`=-51521;

View File

@@ -1,2 +1,3 @@
-- DB update 2023_01_28_04 -> 2023_01_28_05
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1|2|4|8|16|32|64|1024|65536|4194304|8388608|67108864 WHERE `entry` IN (15725, 15728, 15334, 15726, 15802);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_01_28_05 -> 2023_01_28_06
--
DELETE FROM `creature_onkill_reputation` WHERE `creature_id` = 18413;

View File

@@ -1 +1,2 @@
-- DB update 2023_01_28_06 -> 2023_01_28_07
UPDATE `gameobject_template` SET `type` = 2 WHERE `entry` = 180717;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_01_28_07 -> 2023_01_28_08
DELETE FROM `npc_text_locale` WHERE `ID` = 50022 AND `Locale` IN ('esES', 'esMX');
INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`) VALUES
(50022, 'esES', '¡Saludos, $c! Un día perfecto para ir a cazar, ¿no te parece? He estado teniendo bastante suerte con los jabalíes. ¿Te gustaría intentarlo?'),

View File

@@ -1 +1,2 @@
-- DB update 2023_01_28_08 -> 2023_01_28_09
UPDATE `quest_template_locale` SET `ObjectiveText1` = 'Освободите душу высокорожденного на Ночной поляне', `ObjectiveText2` = 'Освободите душу высокорожденного в Сатирнааре' WHERE `ID` = 1140 AND `locale` = 'ruRU';