Core/Script: Messenger Torvus.

This commit is contained in:
SnapperRy
2016-10-28 03:46:53 +02:00
committed by Aokromes
parent 9c9ea81f9c
commit 25caefdf4c
2 changed files with 34 additions and 0 deletions

View File

@@ -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");