mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
3
data/sql/updates/db_world/2025_01_23_01.sql
Normal file
3
data/sql/updates/db_world/2025_01_23_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2025_01_23_00 -> 2025_01_23_01
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2147483648 WHERE `entry` IN (24664, 24857);
|
||||
5
data/sql/updates/db_world/2025_01_23_02.sql
Normal file
5
data/sql/updates/db_world/2025_01_23_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_01_23_01 -> 2025_01_23_02
|
||||
--
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` = 24664 AND `GroupID` = 7;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(24664, 7, 0, 'Oh no, he was merely an instrument, a stepping stone to a much larger plan! It has all led to this... and this time you will not interfere!', 14, 0, 100, 25387, 0, 'kaelthas MT SAY_AGGRO_2');
|
||||
Reference in New Issue
Block a user