aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2014-12-12 15:21:15 -0200
committerNyeriah <sarah.trysan@live.com>2014-12-12 15:21:15 -0200
commit6c7472a6d33696d0695075b1229233145de0e81f (patch)
tree23e84ae21fd8fdbfcc3c00c5238c9114fe5b23e2 /sql
parent3fc612b277b3030fac7f62cedb47a85678f77cea (diff)
Scripts/Naxxramas: Implement the Four Horsemen's dialogue that happens after Gothik's death
(cherry picked from commit f7a5a19f00d5a5df8df67b051a5606292d6eea6e
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_12_12_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_12_03_world.sql b/sql/updates/world/2014_12_12_03_world.sql
new file mode 100644
index 00000000000..0f939f81670
--- /dev/null
+++ b/sql/updates/world/2014_12_12_03_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;