aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
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;