aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-10-02 15:01:47 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-03-05 01:06:39 +0100
commit252a4a338c880c581cd8038aaa6eabeaa727f16c (patch)
tree4db8eaa28760530289a45d7431b8f6a943f8f299
parent4b4c2966ce5dacc859f188c1f32e57924a0ebb90 (diff)
DB/Quest: Supplies to Auberdine:
- Set questgiver to run all the path instead of walking. - Add missing texts. (cherry picked from commit 2a8669d77d07e3e38f592992bf7dc5b1f508ac25)
-rw-r--r--sql/updates/world/master/2017_03_04_26_world_2016_10_02_07_world.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_04_26_world_2016_10_02_07_world.sql b/sql/updates/world/master/2017_03_04_26_world_2016_10_02_07_world.sql
new file mode 100644
index 00000000000..ceb341d4b1c
--- /dev/null
+++ b/sql/updates/world/master/2017_03_04_26_world_2016_10_02_07_world.sql
@@ -0,0 +1,12 @@
+--
+UPDATE `smart_scripts` SET `action_param1`=1 WHERE `entryorguid`=4484 AND `id`=26;
+UPDATE `smart_scripts` SET `event_type`=61, `event_param1`=0, `event_param2`=0, `action_type`=1, `action_param1`=5 WHERE entryorguid=4484 AND id=24;
+UPDATE `smart_scripts` SET `link`=24 WHERE `entryorguid`=4484 AND `id`=23;
+
+DELETE FROM `smart_scripts` WHERE `entryorguid`=4484 AND `id`=28;
+INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
+(4484, 0, 28, 0, 61, 0, 100, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 3893, 50, 0, 0, 0, 0, 0, "Feero Ironhand - On Link - Say Line 0 (Forsaken Scout)");
+
+DELETE FROM `creature_text` WHERE `entry`=3893;
+INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(3893, 0, 0, "A paladin! Slaying him would please the master. Attack!", 12, 0, 100, 0, 0, 0, 1309, 0, "Forsaken Scout");