diff options
| author | Unknown <unknown@trinitycore.contrib> | 2011-09-14 23:19:29 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-09-14 23:19:29 +0100 |
| commit | c89b4fd7db1bd692d937d6f817436054a26f43c8 (patch) | |
| tree | 7209e58c813144748ad7882e3297f5352417a5f9 | |
| parent | b7f6416ee313e2b557198431b1817a57c1c99940 (diff) | |
DB/TextScripts: Anchorite Truuen should speak Common and not Draconic.
Closes #1371.
| -rw-r--r-- | sql/updates/world/2011_09_14_03_world_script_texts.sql | 2 |
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; |
