fix(DB/Dungeon): Pit of Saron intro texts

Set correct broadcast IDs for creature texts during the Pit of Saron intro for Horde and Alliance
This commit is contained in:
Stoabrogga
2018-10-02 23:31:15 +02:00
committed by Barbz
parent 1d5407a9d9
commit b9d963867d

View File

@@ -0,0 +1,5 @@
INSERT INTO version_db_world (`sql_rev`) VALUES ('1537654210905936070');
UPDATE `creature_text` SET `BroadcastTextID` = 37093 WHERE `entry` = 36794 AND `groupid` = 1;
UPDATE `creature_text` SET `BroadcastTextID` = 37392 WHERE `entry` = 36990 AND `groupid` = 3;
UPDATE `creature_text` SET `BroadcastTextID` = 37087 WHERE `entry` = 36993 AND `groupid` = 2;