aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/970_world_scripts.sql9
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/970_world_scripts.sql b/sql/updates/970_world_scripts.sql
new file mode 100644
index 00000000000..0664e079ba0
--- /dev/null
+++ b/sql/updates/970_world_scripts.sql
@@ -0,0 +1,9 @@
+DELETE FROM script_texts WHERE entry BETWEEN -1000401 AND -1000396;
+INSERT INTO script_texts (entry, content_default, type, language, comment) VALUES
+(-1000396, 'Muahahahaha! You fool! You've released me from my banishment in the interstices between space and time!', 0, 0, 'mobs_nether_drake - SAY_NIHIL_1'),
+(-1000397, 'All of Draenor shall quick beneath my feet! I will destroy this world and reshape it in my image!', 0, 0, 'mobs_nether_drake - SAY_NIHIL_2'),
+(-1000398, 0, 0, 'Where shall I begin? I cannot bother myself with a worm such as yourself. There is a world to be conquered!', 0, 0, 'mobs_nether_Drake - SAY_NIHIL_3'),
+(-1000399, 'No doubt the fools that banished me are long dead. I shall take wing survey my demense. Pray to whatever gods you hold dear that we do not meet again.', 0, 0, 'mobs_nether_drake - SAY_NIHIL_4'),
+(-1000400, 'NOOOOooooooo!', 1, 0, 'mobs_nether_drake - SAY_NIHIL_INTERRUPT'),
+
+(-1000401, 'Good $N, you are under the spell's influence. I must analyze it quickly, then we can talk.', 0, 7, 'npc_daranelle - SAY_DARANELLE'); \ No newline at end of file
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 657428c35f8..c92e30e023e 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -160,4 +160,5 @@ INSTALL(FILES
963_world_scripts.sql
965_world_scripts.sql
966_world_scripts.sql
+970_world_scripts.sql
DESTINATION share/trinity/sql/updates)