aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-04-28 20:15:50 +0300
committeroffl <offl@users.noreply.github.com>2021-04-28 20:15:50 +0300
commitf904d5eea6234447ad2a8bd20211a7af054382b5 (patch)
treefe8fe950ee787efe33b356f98375330b681d4e95
parente0e450cd12ada6c27e75e813e17788d3c5d5ac7b (diff)
DB/Misc: Fix wrong text type
-rw-r--r--sql/updates/world/3.3.5/2021_04_28_08_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_04_28_08_world.sql b/sql/updates/world/3.3.5/2021_04_28_08_world.sql
new file mode 100644
index 00000000000..d226e2d06ac
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_04_28_08_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_text` SET `Type` = 12 WHERE `CreatureID` = 29686;