aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-10-02 15:36:38 +0200
committerShauren <shauren.trinity@gmail.com>2020-09-14 23:06:28 +0200
commitef3f12367c8ef5e7ddd5d1a0de6f5731e836e8a7 (patch)
tree047500e6ae794a9ca30d99d1a5ca1eb32a137cf7 /sql/updates
parent48fe31f4acec871889ad9f1de832a51de9136c44 (diff)
DB/CreatureText: Fix language for some Scarlet crusade texts
Closes #20512 (cherry picked from commit b0eb376aafe0f480c5897ff91f4b7eccab1b00c8)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2020_09_14_02_world_2017_10_02_09_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_14_02_world_2017_10_02_09_world.sql b/sql/updates/world/master/2020_09_14_02_world_2017_10_02_09_world.sql
new file mode 100644
index 00000000000..4dea5dd79bd
--- /dev/null
+++ b/sql/updates/world/master/2020_09_14_02_world_2017_10_02_09_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_text` SET `Language`=7 WHERE `BroadcastTextId` IN (2625, 2626, 2627, 2628);