aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2014-12-12 15:13:19 -0200
committerNyeriah <sarah.trysan@live.com>2014-12-12 15:13:19 -0200
commitf7a5a19f00d5a5df8df67b051a5606292d6eea6e (patch)
tree40b8819fc18e0f2f1a0dadc6ba19b0bab0570c56 /sql
parent72ad55469d448a06e24efda5e8cda94f41707cad (diff)
Scripts/Naxxramas: Implement the Four Horsemen's dialogue that happens after Gothik's death
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_12_12_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_12_01_world.sql b/sql/updates/world/2014_12_12_01_world.sql
new file mode 100644
index 00000000000..740e6e962aa
--- /dev/null
+++ b/sql/updates/world/2014_12_12_01_world.sql
@@ -0,0 +1,3 @@
+-- Ungroup some improperly grouped texts and set their text range
+UPDATE `creature_text` SET `groupid` = 5, `TextRange` = 3 WHERE `entry` IN (16065, 16064, 30549, 16063) AND `groupid` = 1 AND `id` = 0;
+UPDATE `creature_text` SET `groupid` = 6, `TextRange` = 3, `id` = 0 WHERE `entry` IN (16065, 16064, 30549, 16063) AND `groupid` = 1 AND `id` = 1;