aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2011_09_14_03_world_script_texts.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_14_03_world_script_texts.sql b/sql/updates/world/2011_09_14_03_world_script_texts.sql
new file mode 100644
index 00000000000..8640b403a9a
--- /dev/null
+++ b/sql/updates/world/2011_09_14_03_world_script_texts.sql
@@ -0,0 +1,2 @@
+-- Quest: Tomb of the Lightbringer, make Anchorite Truuen speak Common not Draconic
+UPDATE `script_texts` SET `language`=7 WHERE `comment` LIKE 'npc_anchorite_truuen%' AND `language`=11;