mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Script: Messenger Torvus.
This commit is contained in:
8
sql/updates/world/3.3.5/2016_10_28_01_world.sql
Normal file
8
sql/updates/world/3.3.5/2016_10_28_01_world.sql
Normal 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");
|
||||
Reference in New Issue
Block a user