diff options
author | Nyeriah <sarah.trysan@live.com> | 2014-12-12 15:13:19 -0200 |
---|---|---|
committer | Nyeriah <sarah.trysan@live.com> | 2014-12-12 15:13:19 -0200 |
commit | f7a5a19f00d5a5df8df67b051a5606292d6eea6e (patch) | |
tree | 40b8819fc18e0f2f1a0dadc6ba19b0bab0570c56 /sql | |
parent | 72ad55469d448a06e24efda5e8cda94f41707cad (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.sql | 3 |
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; |