chore(DB): import pending files

Referenced commit(s): 421f0644cd
This commit is contained in:
AzerothCoreBot
2023-04-09 18:59:42 +00:00
parent 421f0644cd
commit 0581206ce9
5 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_09_06 -> 2023_04_09_07
-- Populate creature_text for Highlord Tirion Fordring (ToC5) from ToC25 (34996) Should probably be 34996 for both, needs a sniff.
DELETE FROM `creature_text` WHERE `CreatureID`=33628;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES

View File

@@ -1,2 +1,3 @@
-- DB update 2023_04_09_07 -> 2023_04_09_08
-- Ahn'kahet: The Old Kingdom - Jedoga Shadowseeker
DELETE FROM `spell_script_names` WHERE `spell_id`=56150 AND `ScriptName`='spell_jedoga_sacrafice_beam';

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_09_08 -> 2023_04_09_09
--
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=1 AND `SourceGroup` IN (17370,18608) AND `SourceEntry`=23894;
INSERT INTO `conditions` VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_09_09 -> 2023_04_09_10
-- Risen Ally(30230)
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 30230;
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_09_10 -> 2023_04_09_11
-- 28728 - Feign Death - Used by outland Basilisks && 35385 - Threshalisk Charge - Used by outland Basilisks
DELETE FROM `spell_script_names` WHERE `spell_id` IN (28728,35385);
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES