From 8899e1056cfb6d4d550bee0fecbeac85a1b16e85 Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 2 Aug 2020 03:13:19 +0300 Subject: DB/Creature: Fix text range for Jaina's & Sylvanas' texts (Forge of Souls) Closes #25078 --- sql/updates/world/3.3.5/2020_08_02_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_02_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_08_02_01_world.sql b/sql/updates/world/3.3.5/2020_08_02_01_world.sql new file mode 100644 index 00000000000..dcfb592657b --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_02_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `TextRange` = 2 WHERE `CreatureID` IN (37596,37597); -- cgit v1.2.3