aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-02 03:13:19 +0300
committeroffl <offl@users.noreply.github.com>2020-08-02 03:13:19 +0300
commit8899e1056cfb6d4d550bee0fecbeac85a1b16e85 (patch)
tree9a4357e7d1292c9f3f9b4c25dab40d1683591eef
parent2ffc3124ae8c029c7d3fb043275d1fd2138517be (diff)
DB/Creature: Fix text range for Jaina's & Sylvanas' texts (Forge of Souls)
Closes #25078
-rw-r--r--sql/updates/world/3.3.5/2020_08_02_01_world.sql2
1 files changed, 2 insertions, 0 deletions
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);