aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2011-09-12 00:05:02 +0100
committerNay <dnpd.dd@gmail.com>2011-09-12 00:05:29 +0100
commit12f5bacb102ba5912e1179cf9e104928156d8f39 (patch)
tree74e4201e89ea87e11421ae7303f6b23e213a53c2 /sql
parentec7da6f911b1597a7eac64f6a2b15734eccfc403 (diff)
Script/Oculus: Fix yells of Drakos.
Closes #831
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_09_11_09_world_script_texts.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_11_09_world_script_texts.sql b/sql/updates/world/2011_09_11_09_world_script_texts.sql
new file mode 100644
index 00000000000..49bbca06877
--- /dev/null
+++ b/sql/updates/world/2011_09_11_09_world_script_texts.sql
@@ -0,0 +1,14 @@
+DELETE FROM `script_texts` WHERE `npc_entry`=27654 AND `entry` BETWEEN -1578016 AND -1578005;
+INSERT INTO `script_texts` (`npc_entry`, `entry`, `content_default`, `sound`, `type`, `comment`) VALUES
+(27654, -1578005, 'The prisoners shall not go free! The word of Malygos is law!', 13594, 1, 'SAY_AGGRO'),
+(27654, -1578006, 'A fitting punishment!', 13602, 1, 'SAY_KILL_1'),
+(27654, -1578007, 'Sentence: executed!', 13603, 1, 'SAY_KILL_2'),
+(27654, -1578008, 'Another casualty of war!', 13604, 1, 'SAY_KILL_3'),
+(27654, -1578009, 'The war... goes on.', 13605, 1, 'SAY_DEATH'),
+(27654, -1578010, 'It is too late to run!', 13598, 1, 'SAY_PULL_1'),
+(27654, -1578011, 'Gather ''round....', 13599, 1, 'SAY_PULL_2'),
+(27654, -1578012, 'None shall escape!', 13600, 1, 'SAY_PULL_3'),
+(27654, -1578013, 'I condemn you to death!', 13601, 1, 'SAY_PULL_4'),
+(27654, -1578014, 'Tremble, worms!', 13595, 1, 'SAY_STOMP_1'),
+(27654, -1578015, 'I will crush you!', 13596, 1, 'SAY_STOMP_2'),
+(27654, -1578016, 'Can you fly?', 13597, 1, 'SAY_STOMP_3');