From f7a5a19f00d5a5df8df67b051a5606292d6eea6e Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Fri, 12 Dec 2014 15:13:19 -0200 Subject: Scripts/Naxxramas: Implement the Four Horsemen's dialogue that happens after Gothik's death --- sql/updates/world/2014_12_12_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_12_12_01_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3