diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-28 03:46:53 +0200 |
|---|---|---|
| committer | SnapperRy <snapperryen@gmail.com> | 2016-10-28 03:46:53 +0200 |
| commit | 924cdb9a11b1d419080045e6bb7fee164f6f000c (patch) | |
| tree | ba711f36f25adb4b22ccace9312a32b6687605fc /sql | |
| parent | 05305dc0109d488276b6bfa28f1c8f56eb16356c (diff) | |
Core/Script: Messenger Torvus.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_28_01_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_28_01_world.sql b/sql/updates/world/3.3.5/2016_10_28_01_world.sql new file mode 100644 index 00000000000..bd5991062ca --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_28_01_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature_text` WHERE `entry`=26649; +INSERT INTO `creature_text` (`entry`, `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"); |
