From 790844e72d40cd2c99a3a235a7186173af575417 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Mon, 3 Oct 2016 23:47:41 +0200 Subject: Script/Quest: A Cry For Help: (#18026) - Add missing dialogue from Cowlen. - Timers and emotes. --- sql/updates/world/3.3.5/9999_99_99_99_world.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sql/updates/world/3.3.5/9999_99_99_99_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/9999_99_99_99_world.sql b/sql/updates/world/3.3.5/9999_99_99_99_world.sql new file mode 100644 index 00000000000..bfa5dd72b69 --- /dev/null +++ b/sql/updates/world/3.3.5/9999_99_99_99_world.sql @@ -0,0 +1,12 @@ +-- +UPDATE `creature_text` SET `language`=7, `BroadcastTextid`=13770 WHERE `entry`=17312 AND `groupid`=1; +UPDATE `creature_text` SET `emote`=5 WHERE `entry`=17312 AND `groupid`=2; +UPDATE `creature_text` SET `emote`=22 WHERE `entry`=17312 AND `groupid`=3; +UPDATE `creature_text` SET `emote`=5 WHERE `entry`=17312 AND `groupid`=4; + +DELETE FROM `creature_text` WHERE `entry`=17311; +INSERT INTO `creature_text` (`entry`, `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; -- cgit v1.2.3