diff options
| author | Nyeriah <sarah.trysan@live.com> | 2014-12-26 13:12:00 -0200 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2014-12-26 13:12:00 -0200 |
| commit | e66460dad668a173679199a4b0cd9aff8435fe35 (patch) | |
| tree | 926ef6aa9390f541a3641ca7ea1b77a0a144961c /sql | |
| parent | df444890daf74e95d51a229f99996561a88ac71a (diff) | |
Scripts/Oculus: Implement a couple of missing texts
(cherry picked from commit 63c1e265aace363a1d889b1621c0cc3a9263e956)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_12_26_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_26_04_world.sql b/sql/updates/world/2014_12_26_04_world.sql new file mode 100644 index 00000000000..90ee138a237 --- /dev/null +++ b/sql/updates/world/2014_12_26_04_world.sql @@ -0,0 +1,4 @@ +UPDATE `creature_text` SET `TextRange` = 3 WHERE `entry` = 27656 AND `groupid` = 0; +DELETE FROM `creature_text` WHERE `entry` = 27447 AND `groupid` = 4; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextID`, `TextRange`, `comment`) VALUES +(27447, 4, 0, 'Intruders, your victory will be short-lived. I am Commander Varos Cloudstrider. My drakes control the skies and protect this conduit. I will see to it personally that the Oculus does not fall into your hands!', 14, 0, 100, 0, 0, 13648, 31812, 3, 'Varos Cloudstrider SAY_VAROS_INTRO_TEXT'); |
