aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-02 03:13:19 +0300
committerShauren <shauren.trinity@gmail.com>2022-01-24 23:06:09 +0100
commit515a9856da87e44e1761a25d226681fcd7be8911 (patch)
tree404f48af04046ec4071e4d4723fdbaf400b8fdaf
parent0a8de386a16f5548d88e16e16f1ca212f3ece037 (diff)
DB/Creature: Fix text range for Jaina's & Sylvanas' texts (Forge of Souls)
Closes #25078 (cherry picked from commit 8899e1056cfb6d4d550bee0fecbeac85a1b16e85)
-rw-r--r--sql/updates/world/master/2022_01_24_25_world_2020_08_02_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_24_25_world_2020_08_02_01_world.sql b/sql/updates/world/master/2022_01_24_25_world_2020_08_02_01_world.sql
new file mode 100644
index 00000000000..dcfb592657b
--- /dev/null
+++ b/sql/updates/world/master/2022_01_24_25_world_2020_08_02_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_text` SET `TextRange` = 2 WHERE `CreatureID` IN (37596,37597);