mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
5
data/sql/updates/db_world/2023_10_01_00.sql
Normal file
5
data/sql/updates/db_world/2023_10_01_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_09_29_00 -> 2023_10_01_00
|
||||
--
|
||||
DELETE FROM `creature_text` WHERE `CreatureId` = 16524 AND `GroupID` = 10;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(16524, 10, 0, '%s begins channelling his mana into a powerful arcane spell.', 16, 0, 100, 13515, 3, 'Shade of Aran EMOTE_ARCANE_EXPLOSION');
|
||||
Reference in New Issue
Block a user