chore(DB): import pending files

Referenced commit(s): 38f2469d6c
This commit is contained in:
AzerothCoreBot
2023-03-29 03:34:43 +00:00
parent 38f2469d6c
commit a20ce07f08
2 changed files with 2 additions and 0 deletions

View 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;

View 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');