From 0afa672077f1aa59323bedd1871243ef6f6310bf Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Fri, 28 Oct 2016 03:46:53 +0200 Subject: Core/Script: Messenger Torvus. (cherry picked from commit 924cdb9a11b1d419080045e6bb7fee164f6f000c) --- .../world/master/2017_11_05_09_world_2016_10_28_01_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2017_11_05_09_world_2016_10_28_01_world.sql (limited to 'sql') 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"); -- cgit v1.2.3