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:
parent
1d5407a9d9
commit
b9d963867d
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue