aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-10-02 15:36:38 +0200
committerKillyana <morphone1@gmail.com>2017-10-02 15:36:38 +0200
commitb0eb376aafe0f480c5897ff91f4b7eccab1b00c8 (patch)
treed3d1801ae1b9d195540b01276a4517e775b37548
parentedd744cdf4682a76241f5ceefe2095f4d03a14cd (diff)
DB/CreatureText: Fix language for some Scarlet crusade texts
Closes #20512
-rw-r--r--sql/updates/world/3.3.5/2017_10_02_09_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_02_09_world.sql b/sql/updates/world/3.3.5/2017_10_02_09_world.sql
new file mode 100644
index 00000000000..4dea5dd79bd
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_02_09_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_text` SET `Language`=7 WHERE `BroadcastTextId` IN (2625, 2626, 2627, 2628);