mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 00:06:11 +00:00
6
data/sql/updates/db_world/2023_09_25_04.sql
Normal file
6
data/sql/updates/db_world/2023_09_25_04.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2023_09_25_03 -> 2023_09_25_04
|
||||
--
|
||||
DELETE FROM `creature_text` WHERE `CreatureId` = 15689;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(15689, 0, 0, '%s goes into a nether-fed rage!', 41, 0, 100, 19877, 3, 'Netherspite EMOTE_PHASE_BANISH'),
|
||||
(15689, 1, 0, '%s cries out in withdrawal, opening gates to the nether.', 41, 0, 100, 19880, 3, 'Netherspite EMOTE_PHASE_PORTAL');
|
||||
4
data/sql/updates/db_world/2023_09_25_05.sql
Normal file
4
data/sql/updates/db_world/2023_09_25_05.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2023_09_25_04 -> 2023_09_25_05
|
||||
--
|
||||
UPDATE `conditions` SET `ConditionValue1` = 6, `ConditionValue3` = 2 WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 7139 AND `SourceEntry` = 3;
|
||||
UPDATE `spell_target_position` SET `PositionX` = -11165.2, `PositionY` = -1911.95, `PositionZ` = 232.009, `Orientation` = 2.14352, VerifiedBuild = 51845 WHERE `ID` = 39567;
|
||||
5
data/sql/updates/db_world/2023_09_25_06.sql
Normal file
5
data/sql/updates/db_world/2023_09_25_06.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_09_25_05 -> 2023_09_25_06
|
||||
--
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID`=34780;
|
||||
INSERT INTO `spelldifficulty_dbc` VALUES
|
||||
(34780,34780,39340,0,0);
|
||||
Reference in New Issue
Block a user