aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2023-11-11 09:03:47 +0100
committerGitHub <noreply@github.com>2023-11-11 09:03:47 +0100
commit33bc42b6462aec38097430482dae1f0abb937a3d (patch)
tree9a6c8d66cbec4569e793a552ca89f7ae27fda4e7
parentc18d0000e8468ce89e46db510778f5ba00541555 (diff)
DB/Text: fix Halazzi texts id
closes #29422 by Jildor
-rw-r--r--sql/updates/world/3.3.5/2023_11_11_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2023_11_11_00_world.sql b/sql/updates/world/3.3.5/2023_11_11_00_world.sql
new file mode 100644
index 00000000000..c8c8329e837
--- /dev/null
+++ b/sql/updates/world/3.3.5/2023_11_11_00_world.sql
@@ -0,0 +1,2 @@
+-- Fix Halazzi texts id
+UPDATE `creature_text` SET `CreatureID`=23577 WHERE `CreatureID`=23557;