From ef3f12367c8ef5e7ddd5d1a0de6f5731e836e8a7 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Mon, 2 Oct 2017 15:36:38 +0200 Subject: DB/CreatureText: Fix language for some Scarlet crusade texts Closes #20512 (cherry picked from commit b0eb376aafe0f480c5897ff91f4b7eccab1b00c8) --- sql/updates/world/master/2020_09_14_02_world_2017_10_02_09_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2020_09_14_02_world_2017_10_02_09_world.sql (limited to 'sql/updates') 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); -- cgit v1.2.3