chore(DB): import pending files

Referenced commit(s): 3a3c9b69bb
This commit is contained in:
AzerothCoreBot
2023-03-04 20:46:13 +00:00
parent 3a3c9b69bb
commit edb9df9347
17 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_01_31_00 -> 2023_03_04_00
--
DROP TABLE IF EXISTS `profanity_name`;
CREATE TABLE `profanity_name` (

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_01 -> 2023_03_04_02
-- Rift Spawn (Mage Quest NPC)
DELETE FROM `creature_text` WHERE `CreatureID`=6492;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_02 -> 2023_03_04_03
-- Pit of Saron - Fix order, add missing creature_text and remove duplicates from original sniffs.
-- Forgemaster Garfrost
DELETE FROM `creature_text` WHERE `CreatureID`=36494;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_03 -> 2023_03_04_04
--
DELETE FROM `acore_string` WHERE `entry` = 187;
INSERT INTO `acore_string` (`entry`, `content_default`) VALUE

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_04 -> 2023_03_04_05
-- Scarlet Enchanter - Remove OOC attack closest player
DELETE FROM `smart_scripts` WHERE `entryorguid` = 9452 AND `source_type` = 0 AND `id` = 2;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_05 -> 2023_03_04_06
--
DELETE FROM `creature_text` WHERE `CreatureID`=17876 AND `groupid` IN (21,22,23);
INSERT INTO `creature_text` VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_06 -> 2023_03_04_07
--
DELETE FROM `spell_group` WHERE `id`=1001 AND `spell_id`=25661;
INSERT INTO `spell_group` VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_07 -> 2023_03_04_08
--
DELETE FROM `spell_proc_event` WHERE `entry`=-31641;
INSERT INTO `spell_proc_event` VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_08 -> 2023_03_04_09
-- Halls of Reflection - remove the used duplicates (no broadcastid) and add missing texts.
-- Marwyn
DELETE FROM `creature_text` WHERE `CreatureID`=38113;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_09 -> 2023_03_04_10
-- Falthir the Sightless, add 8143 (Rogue revered neck quest)
DELETE FROM `creature_queststarter` WHERE `id` = 14905 AND `quest` = 8143;
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (14905, 8143);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_10 -> 2023_03_04_11
--
-- Remove 1.X mobs that are not in wotlk
DELETE FROM creature where guid IN (80391, 80392, 80393, 80394, 80396, 80397, 80399, 80400, 80401, 80402, 80403, 80404, 80405) AND id1 IN(116, 94);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_11 -> 2023_03_04_12
-- Sayge - fix wrong gossip_option (was npc_text)
DELETE FROM `gossip_menu_option` WHERE `MenuID` = 6210 AND `OptionID` = 0;
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES

View File

@@ -1,2 +1,3 @@
-- DB update 2023_03_04_12 -> 2023_03_04_13
-- Too many friendly NPCs dealing damage can interfere with quest objective for killing Socrethar (Quest Credit is self-cast)
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|2097152 WHERE (`entry` = 20132);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_13 -> 2023_03_04_14
-- In Shadow Labyrinth and Sethekk Halls, bosses should drop 2 Spirit Shards per kill
UPDATE `creature_loot_template` SET `MinCount`=2, `MaxCount`=2 WHERE `Item`=28558 AND `Entry` IN (20636, 20637, 20653, 20657, 20690, 20706, 23035, 18732, 18473, 18667, 18708);
-- Yor

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_14 -> 2023_03_04_15
-- Detected build: V3_4_0_46368
UPDATE `creature_template` SET `unit_flags` = 33554688 WHERE (`entry` = 18778);
UPDATE `creature_template` SET `unit_flags` = 33555200 WHERE (`entry` = 18726);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_04_15 -> 2023_03_04_16
--
DELETE FROM `reference_loot_template` WHERE `Entry` IN (24740, 24741) AND `Item` IN (27925,27946,27980,27981,27985,27986,27776,27838,27875,27936,27948);
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES

View File

@@ -1,2 +1,3 @@
-- DB update 2023_03_04_16 -> 2023_03_04_17
-- Franclorn Forgewright
UPDATE `gossip_menu` SET `TextID` = 2319 WHERE `MenuID` = 1667;