fix(Scripts/BRD): Rework Shadowforge Braziers (#8233)

- Both gates should open when both braziers are lit, regardless of the order
- Added missing flavor text from Magmus, spoken once the gates open
This commit is contained in:
Skjalf
2021-10-07 17:20:02 -03:00
committed by GitHub
parent 850fd1dbd5
commit 8514eaf9a0
4 changed files with 45 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633260465157196700');
DELETE FROM `creature_text` WHERE `CreatureID` = 9938 AND `GroupID` = 0;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(9938, 0, 0, 'Emperor Thaurissan does not wish to be disturbed! Turn back now or face your doom, weak mortals!', 14, 0, 100, 0, 0, 0, 5430, 3, 'Magmus - SAY_MAGMUS_BRAZIERS_LIT');