fix(Scripts/Quest): A Cry For Help (#5720)

This commit is contained in:
Emir
2021-05-22 12:53:45 -07:00
committed by GitHub
parent a75b84ab2e
commit 0527c17d5f
2 changed files with 82 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1620469549972464900');
UPDATE `creature_text` SET `language`=7, `BroadcastTextid`=13770 WHERE `creatureid`=17312 AND `groupid`=1;
UPDATE `creature_text` SET `emote`=5 WHERE `creatureid`=17312 AND `groupid`=2;
UPDATE `creature_text` SET `emote`=22 WHERE `creatureid`=17312 AND `groupid`=3;
UPDATE `creature_text` SET `emote`=5 WHERE `creatureid`=17312 AND `groupid`=4;
DELETE FROM `creature_text` WHERE `creatureid`=17311;
INSERT INTO `creature_text` (`creatureid`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(17311, 0, 0, (SELECT `MaleText` FROM `broadcast_text` WHERE `ID`=13749), 12, 7, 100, 0, 0, 0, 13749, 0, "Cowlen");
UPDATE `script_waypoint` SET `waittime`=3000 WHERE `entry`=17312 AND `pointid`=28;
UPDATE `script_waypoint` SET `waittime`=5000 WHERE `entry`=17312 AND `pointid`=29;