aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2021-05-24 00:12:17 +0300
committeroffl <offl@users.noreply.github.com>2021-05-24 00:12:17 +0300
commit343da36409564ac3f369ca535c17dc957f49f643 (patch)
tree767f0ec603d993230918fd5e95f074e660a4678f
parent36dfc86939fae14e1ce7bd142089ed57c86b4d3c (diff)
DB/Texts: Fix wrong text type
Closes #26544
-rw-r--r--sql/updates/world/3.3.5/2021_05_23_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_05_23_01_world.sql b/sql/updates/world/3.3.5/2021_05_23_01_world.sql
new file mode 100644
index 00000000000..940504d968c
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_05_23_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_text` SET `Type`= 16 WHERE `CreatureID`= 31033 AND `ID`= 8;