mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
3
data/sql/updates/db_world/2023_03_29_00.sql
Normal file
3
data/sql/updates/db_world/2023_03_29_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_03_28_03 -> 2023_03_29_00
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=21944;
|
||||
5
data/sql/updates/db_world/2023_03_29_01.sql
Normal file
5
data/sql/updates/db_world/2023_03_29_01.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_03_29_00 -> 2023_03_29_01
|
||||
--
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=17797 AND `GroupID`=4 AND `ID`=0;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(17797, 4, 0, 'Enjoy the storm warm bloods!', 14, 0, 100, 0, 0, 0, 19456, 0, 'thespia SAY_SPELL');
|
||||
Reference in New Issue
Block a user