mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 11:55:43 +00:00
@@ -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
|
||||
@@ -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';
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user