From adc5faa88f778fd854ceb014488f6c414ee8a47d Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Mon, 25 Feb 2019 11:40:32 +0100 Subject: [PATCH] fix(DB): Pit of Saron intro (#1517) --- .../pending_db_world/rev_1550874957572075786.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1550874957572075786.sql diff --git a/data/sql/updates/pending_db_world/rev_1550874957572075786.sql b/data/sql/updates/pending_db_world/rev_1550874957572075786.sql new file mode 100644 index 000000000..aa8db1d9d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1550874957572075786.sql @@ -0,0 +1,13 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1550874957572075786'); + +UPDATE `creature_text` +SET `BroadcastTextID` = 37093, `Sound` = 16747, `Text` = 'Intruders have entered the master''s domain. Signal the alarms!', `comment` = 'tyrannus SAY_TYRANNUS_INTRO_1' +WHERE `CreatureID` = 36794 AND `groupid` = 1; + +UPDATE `creature_text` +SET `BroadcastTextID` = 37392, `Sound` = 17045, `Text` = 'Soldiers of the Horde, attack!', `comment` = 'sylvanas SAY_SYLVANAS_INTRO_1' +WHERE `CreatureID` = 36990 AND `groupid` = 3; + +UPDATE `creature_text` +SET `BroadcastTextID` = 37087, `Sound` = 16626, `Text` = 'Heroes of the Alliance, attack!', `comment` = 'jaina SAY_JAINA_INTRO_1' +WHERE `CreatureID` = 36993 AND `groupid` = 2;