aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-10-28 03:46:53 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-11-05 12:46:29 +0100
commit0afa672077f1aa59323bedd1871243ef6f6310bf (patch)
tree12ea3ebbc117f9acc8ebef5628f2140890d1f6b1 /sql
parent5130139733cf31c781e0bb96510f3ee9002e8155 (diff)
Core/Script: Messenger Torvus.
(cherry picked from commit 924cdb9a11b1d419080045e6bb7fee164f6f000c)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_11_05_09_world_2016_10_28_01_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_11_05_09_world_2016_10_28_01_world.sql b/sql/updates/world/master/2017_11_05_09_world_2016_10_28_01_world.sql
new file mode 100644
index 00000000000..6e4398ce50c
--- /dev/null
+++ b/sql/updates/world/master/2017_11_05_09_world_2016_10_28_01_world.sql
@@ -0,0 +1,8 @@
+--
+DELETE FROM `creature_text` WHERE `CreatureID`=26649;
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(26649, 0, 0, "Pssst... Over here, by the mailbox. Come quickly and make sure you aren't followed.", 15, 0, 100, 0, 0, 0, 25823, 0, "Borus Ironbender");
+
+DELETE FROM `areatrigger_scripts` WHERE `entry`=4960;
+INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
+(4960, "at_nearby_messenger_torvus");